fix build break;

add "info" option


SVN revision: 68806
This commit is contained in:
Jiyoun Park 2012-03-06 11:43:04 +00:00
parent 044fc4bf03
commit cb39e15f46
1 changed files with 1 additions and 1 deletions

View 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);