From: Jaeho Lee Date: Fri, 10 Feb 2012 08:41:37 +0000 (+0900) Subject: bug fix X-Git-Tag: 2.0_alpha~5 X-Git-Url: http://review.tizen.org/git/?p=framework%2Fappfw%2Falarm-manager.git;a=commitdiff_plain;h=7b295657bf8e3ac2e30c7be2ab6241cc62f7dfdd bug fix --- diff --git a/alarm-lib-stub.c b/alarm-lib-stub.c index b100df8..769065f 100755 --- a/alarm-lib-stub.c +++ b/alarm-lib-stub.c @@ -276,12 +276,12 @@ bundle *_send_alarm_get_appsvc_info(alarm_context_t context, alarm_id_t alarm_id } - if (!com_samsung_alarm_manager_alarm_get_appsvc_info + if (!org_tizen_alarm_manager_alarm_get_appsvc_info (context.proxy, context.pid, alarm_id, e_cookie, &b_data, &return_code, &error)) { /* dbus-glib error */ /*error_code should be set */ ALARM_MGR_EXCEPTION_PRINT( - "com_samsung_alarm_manager_alarm_delete() failed. " + "org_tizen_alarm_manager_alarm_delete() failed. " "alarm_id[%d], return_code[%d]\n", alarm_id, return_code); if (error_code) *error_code = ERR_ALARM_SYSTEM_FAIL; /*-1 means that system