remove "SYSTEM_TIME_CHANGED" heynoti publish sig
authorjunsuk77.oh <junsuk77.oh@samsung.com>
Mon, 26 Nov 2012 01:04:45 +0000 (10:04 +0900)
committerjunsuk77.oh <junsuk77.oh@samsung.com>
Mon, 26 Nov 2012 01:04:45 +0000 (10:04 +0900)
Change-Id: I7aa0855f5e9f784402cf1339774ba19eb2553b3a

alarm-manager.c
packaging/alarm-manager.spec

index 831842c..d4e44d5 100755 (executable)
@@ -1626,9 +1626,6 @@ static void __on_system_time_changed(keynode_t *node, void *data)
        vconf_set_dbl(VCONFKEY_SYSTEM_TIMEDIFF, diff_time);
        vconf_set_int(VCONFKEY_SYSTEM_TIME_CHANGED,(int)diff_time);
 
-       if (heynoti_publish(SYSTEM_TIME_CHANGED))
-               ALARM_MGR_EXCEPTION_PRINT("alarm-server: Unable to publish heynoti for system time change\n");
-
        __alarm_update_due_time_of_all_items_in_list(diff_time);
 
        ALARM_MGR_LOG_PRINT("2.alarm_context.c_due_time is %d\n",
index de419b2..965759d 100644 (file)
@@ -1,6 +1,6 @@
 Name:       alarm-manager
 Summary:    Alarm library
-Version:    0.4.58
+Version:    0.4.59
 Release:    1
 Group:      System/Libraries
 License:    Apache License, Version 2.0
@@ -86,7 +86,6 @@ install -m 755 alarm-server_run %{buildroot}/etc/init.d
 
 %post -n alarm-server
 
-heynotitool set setting_time_changed -a
 vconftool set -t int db/system/timechange 0 -i
 vconftool set -t int memory/system/timechanged 0 -i -g 5000