Replace elm_object_part_text_set with elm_object_text_set.
authorKyuho Jo <kyuho.jo@samsung.com>
Fri, 6 Mar 2015 10:45:40 +0000 (19:45 +0900)
committerKyuho Jo <kyuho.jo@samsung.com>
Fri, 6 Mar 2015 10:45:40 +0000 (19:45 +0900)
Change-Id: Ie9f572335b610458253f77f98b24a4e997ac5c60
Signed-off-by: Kyuho Jo <kyuho.jo@samsung.com>
packaging/notification.spec
src/notification_noti.c

index f5712fe..7a4706c 100755 (executable)
@@ -1,6 +1,6 @@
 Name:       notification
 Summary:    notification library
-Version:    0.2.24
+Version:    0.2.25
 Release:    1
 Group:      TBD
 License:    Apache
index 8423ba5..0fe85cf 100755 (executable)
@@ -1875,7 +1875,7 @@ int _post_toast_message(char *message)
        elm_object_style_set(toast_popup, "toast");
        evas_object_size_hint_weight_set(toast_popup, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND);
 
-       elm_object_part_text_set(toast_popup,"elm.text", message);
+       elm_object_text_set(toast_popup,message);
 
        if (eina_list_count(toast_list) != 1) {
                elm_popup_timeout_set(toast_popup, 1.0);