Hoversel: Fix dismiss callback

Summary: Dismiss callback was getting called on hover object instead of hoversel object.

Reviewers: raster, Hermet, alok25, mvsovani, conr2d, singh.amitesh

Reviewed By: singh.amitesh

Subscribers: sachin.dev

Differential Revision: https://phab.enlightenment.org/D3261
This commit is contained in:
Yeshwanth Reddivari 2015-11-02 19:29:57 +05:30 committed by Amitesh Singh
parent c86b0c08c4
commit bdf70f176e
1 changed files with 1 additions and 1 deletions

View File

@ -352,7 +352,7 @@ _hover_end_finished(void *data,
sd->scr = NULL;
sd->last_location = NULL;
eo_do(obj, eo_event_callback_call(ELM_HOVERSEL_EVENT_DISMISSED, NULL));
eo_do(data, eo_event_callback_call(ELM_HOVERSEL_EVENT_DISMISSED, NULL));
}
}