seoz pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=8512dc3acc919624697c119d549b910e0de7b8a0
commit 8512dc3acc919624697c119d549b910e0de7b8a0 Author: Daniel Juyung Seo <[email protected]> Date: Sat Oct 12 14:10:16 2013 +0900 elc_popup.c: fixed up signal names according to the latest change. This is a continuous job of raster's change, f9adb79740555c8e39e9d32ff2a755693dbea8dc. --- src/lib/elc_popup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/elc_popup.c b/src/lib/elc_popup.c index 700a5d8..078a022 100644 --- a/src/lib/elc_popup.c +++ b/src/lib/elc_popup.c @@ -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)); --
