elc_popup.c: fixed up signal names according to the latest change.

This is a continuous job of raster's change, f9adb79740555c8e39e9d32ff2a755693dbea8dc.
This commit is contained in:
Daniel Juyung Seo 2013-10-12 14:10:16 +09:00
parent 0f4d70e662
commit e23e151242
1 changed files with 1 additions and 1 deletions

View File

@ -870,7 +870,7 @@ _item_new(Elm_Popup_Item *it)
CRITICAL("Failed to set layout!");
else
{
elm_layout_signal_callback_add(VIEW(it), "elm,action,click", "",
elm_layout_signal_callback_add(VIEW(it), "elm,action,click", "*",
_item_select_cb, it);
evas_object_size_hint_align_set(VIEW(it), EVAS_HINT_FILL, EVAS_HINT_FILL);
evas_object_show(VIEW(it));