[misc] Sync from master branch.
[apps/core/preloaded/calendar.git] / src / list-delete.c
index d3bc181..6090eb5 100755 (executable)
@@ -2175,8 +2175,8 @@ static void __cal_list_delete_popup_response_event_callback(void *data, Evas_Obj
 \r
                elm_object_disabled_set(p->bt_delete, EINA_TRUE);\r
 \r
-               int r = status_message_post(S_("IDS_COM_POP_DELETED"));\r
-               c_warn_if(r != STATUS_ERROR_NONE, "status_message_post() is failed(%d)", r);\r
+               int r = notification_status_message_post(S_("IDS_COM_POP_DELETED"));\r
+               c_warn_if(r != NOTIFICATION_ERROR_NONE, "notification_status_message_post() is failed(%d)", r);\r
        }\r
 \r
        evas_object_del(p->popup);\r
@@ -2235,8 +2235,8 @@ static void __cal_list_delete_delete_event(cal_list_delete_data* p, Eina_Bool is
 \r
                it = temp;\r
        }\r
-       int r = status_message_post(S_("IDS_COM_POP_DELETED"));\r
-       c_warn_if(r != STATUS_ERROR_NONE, "status_message_post() is failed(%d)", r);\r
+       int r = notification_status_message_post(S_("IDS_COM_POP_DELETED"));\r
+       c_warn_if(r != NOTIFICATION_ERROR_NONE, "notification_status_message_post() is failed(%d)", r);\r
 \r
        elm_object_disabled_set(p->bt_delete, EINA_TRUE);\r
 }\r