Elm Entry: Fix context menu dismissal

The wrong event was used during the port from smart callbacks to eo
callbacks. Now the correct ELM_HOVERSEL_EVENT_DISMISSED event is used.
This commit is contained in:
Daniel Hirt 2015-07-09 14:25:38 +03:00
parent ca278d7355
commit 6a54630f41
1 changed files with 1 additions and 1 deletions

View File

@ -1564,7 +1564,7 @@ _menu_call(Evas_Object *obj)
if (top) elm_hoversel_hover_parent_set(sd->hoversel, top);
eo_do(sd->hoversel, eo_event_callback_add
(ELM_HOVER_EVENT_DISMISSED, _hover_dismissed_cb, obj));
(ELM_HOVERSEL_EVENT_DISMISSED, _hover_dismissed_cb, obj));
if (sd->have_selection)
{
if (!sd->password)