[ctxpopup] fix the hide and callback problem
authorcinoo.kim <cinoo.kim@samsung.com>
Sat, 5 Mar 2011 08:33:49 +0000 (17:33 +0900)
committercinoo.kim <cinoo.kim@samsung.com>
Sat, 5 Mar 2011 08:33:49 +0000 (17:33 +0900)
Change-Id: Iee9e29a362051a2db46b47df246d5b9dc5123b65

src/lib/elc_ctxpopup.c

index 7def6b5..08e7544 100644 (file)
@@ -882,7 +882,6 @@ _item_select_cb(void *data, Evas_Object *obj __UNUSED__,
    if (item->func)
    {
       item->func((void*) item->base.data, item->base.widget, data);
-      evas_object_hide(item->base.widget);
    }
 }