Revert "elm ctxpopup: fix auto_hide mode to work correctly"

This reverts commit a428e1e712.

please don't accept patches if the discussion hasn't been finalizied between a submitter and the reviewers.
This commit is contained in:
Hermet Park 2016-06-07 19:10:50 +09:00
parent 9b170a2602
commit 5ddc7c36f9
2 changed files with 1 additions and 3 deletions

View File

@ -50,7 +50,6 @@ _ctxpopup_item_cb(void *data EINA_UNUSED, Evas_Object *obj EINA_UNUSED, void *ev
{
printf("ctxpopup item selected: %s\n",
elm_object_item_text_get(event_info));
elm_ctxpopup_dismiss(obj);
}
static Elm_Object_Item *

View File

@ -938,8 +938,7 @@ _bg_clicked_cb(void *data,
{
ELM_CTXPOPUP_DATA_GET(data, sd);
if (sd->auto_hide)
_hide_signals_emit(data, sd->dir);
_hide_signals_emit(data, sd->dir);
}
static void