elc_popup.c: fixed up signal names according to the latest change.
authorDaniel Juyung Seo <seojuyung2@gmail.com>
Sat, 12 Oct 2013 05:10:16 +0000 (14:10 +0900)
committerDaniel Juyung Seo <seojuyung2@gmail.com>
Sat, 12 Oct 2013 05:11:07 +0000 (14:11 +0900)
This is a continuous job of raster's change, f9adb79740555c8e39e9d32ff2a755693dbea8dc.

src/lib/elc_popup.c

index 700a5d8..078a022 100644 (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));