Tizen souce update
authorKim Kibum <kb0929.kim@samsung.com>
Fri, 27 Apr 2012 04:25:43 +0000 (13:25 +0900)
committerKim Kibum <kb0929.kim@samsung.com>
Fri, 27 Apr 2012 04:25:43 +0000 (13:25 +0900)
debian/changelog
packaging/boot-animation.spec
src/boot-animation.c

index c27f3c476214e32b0fda6546186eab7981ed3c42..4e6c15d14a3de69f7d35fef3b3acb89bad1b87b8 100755 (executable)
@@ -1,3 +1,11 @@
+boot-animation (0.3.1-1) unstable; urgency=low
+
+  * apply exclusive in power off with msg
+  * Git: pkgs/b/boot-animation
+  * Tag: boot-animation_0.3.1-1
+
+ -- Seungtaek Chung <seungtaek.chung@samsung.com>  Mon, 16 Apr 2012 15:22:20 +0900
+
 boot-animation (0.3.0-1) unstable; urgency=low
 
   * update spec file
index 4c7e92c74676297d6b9b581ed85ed839090f3e98..939b906e4a49b580f34d44b125f11cab84b4a6d2 100755 (executable)
@@ -1,5 +1,5 @@
 Name: boot-animation
-Version: 0.3.0
+Version: 0.3.1
 Release: 1
 Summary: Boot animation
 Source: %{name}-%{version}.tar.gz
index 798d5f8491fd45ef033300794c549073fed6b94c..9aa8c72d8a32f838a662395ef5abadcdb0f38f47 100755 (executable)
@@ -170,7 +170,7 @@ void xready_cb(keynode_t * node, void *user_data)
        }
 
        init_animation(type, args->msg);
-       if (type == TYPE_OFF) {
+       if ((type == TYPE_OFF) || (type == TYPE_OFF_WITH_MSG)) {
                if (!ASM_register_sound
                    (-1, &asm_handle, ASM_EVENT_EXCLUSIVE_AVSYSTEM,
                     ASM_STATE_PLAYING, NULL, NULL, ASM_RESOURCE_NONE,