fix build break;
authorjypark <jypark@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 6 Mar 2012 11:43:04 +0000 (11:43 +0000)
committerjypark <jypark@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 6 Mar 2012 11:43:04 +0000 (11:43 +0000)
add "info" option

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@68806 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/examples/bubble_example_01.c

index 680a361..0f9cc0e 100644 (file)
@@ -41,7 +41,7 @@ elm_main(int argc, char **argv)
 
    bubble = elm_bubble_add(win);
    elm_object_part_content_set(bubble, "icon", icon);
-   elm_object_part_text_set(bubble, "INFO");
+   elm_object_part_text_set(bubble, "info", "INFO");
    elm_object_text_set(bubble, "LABEL");
    elm_object_content_set(bubble, label);
    evas_object_resize(bubble, 300, 100);