elm popup_example_03.c: Fixed wrong string.

SVN revision: 76925
This commit is contained in:
Daniel Juyung Seo 2012-09-21 00:18:03 +00:00
parent 83405f2366
commit 2abea4b740
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ elm_main(int argc, char **argv)
evas_object_smart_callback_add(btn2, "clicked", _response_cb, popup);
//Appending the second action button
elm_object_part_content_set(popup, "button1", btn2);
elm_object_part_content_set(popup, "button2", btn2);
//Display the popup object
evas_object_show(popup);