X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Flist-base.c;h=4f6894c68b95642dc3ac3b959d31f82144ac8552;hb=2725d25d6d6c5a241e80bd5617a21144e253ce3a;hp=d23c94caa6cfc6bb7afffbb68b9ef56ea8453ea6;hpb=06b1354bbf8f2c7e7bc70cf019f97c2e921d9914;p=apps%2Fcore%2Fpreloaded%2Fcalendar.git diff --git a/src/list-base.c b/src/list-base.c index d23c94c..4f6894c 100755 --- a/src/list-base.c +++ b/src/list-base.c @@ -362,8 +362,8 @@ static void __cal_list_delete_norepeat_popup_response_event_callback(void *data, if (NULL != strstr(elm_object_text_get(button), S_("IDS_COM_BODY_DELETE"))) { _calendar_delete_record_with_index(p->ad->cid); - int r = status_message_post(S_("IDS_COM_POP_DELETED")); - c_warn_if(r != STATUS_ERROR_NONE, "status_message_post() is failed(%d)", r); + int r = notification_status_message_post(S_("IDS_COM_POP_DELETED")); + c_warn_if(r != NOTIFICATION_ERROR_NONE, "notification_status_message_post() is failed(%d)", r); } evas_object_del(p->popup); @@ -412,8 +412,8 @@ static void __cal_list_delete_event(cal_list_base_s* p, Eina_Bool is_delete_all) else _calendar_delete_record_with_index(ad->cid); - int r = status_message_post(S_("IDS_COM_POP_DELETED")); - c_warn_if(r != STATUS_ERROR_NONE, "status_message_post() is failed(%d)", r); + int r = notification_status_message_post(S_("IDS_COM_POP_DELETED")); + c_warn_if(r != NOTIFICATION_ERROR_NONE, "notification_status_message_post() is failed(%d)", r); } static void __cal_list_delete_popup_response_event_callback(void *data, Evas_Object *obj, void *event_info)