changed operation string 2.0alpha master 2.0_alpha submit/master/20120920.151036
authorJaeho Lee <jaeho81.lee@samsung.com>
Tue, 4 Sep 2012 08:50:07 +0000 (17:50 +0900)
committerJaeho Lee <jaeho81.lee@samsung.com>
Tue, 4 Sep 2012 08:50:07 +0000 (17:50 +0900)
alarm-manager.c

index a8cd1be..cd900f4 100755 (executable)
@@ -1388,7 +1388,7 @@ static void __alarm_expired()
                                {
                                        snprintf(alarm_id_val,31,"%d",alarm_id);
 
-                                       if (bundle_add(b,"http://tizen.org/appsvc/data/alarm_id", alarm_id_val)){
+                                       if (bundle_add(b,"http://tizen.org/appcontrol/data/alarm_id", alarm_id_val)){
                                                ALARM_MGR_EXCEPTION_PRINT("Unable to add alarm id to the bundle\n");
                                        }
                                        else