From c3d88e790cd0566902853f2afbf415de4b1fe58c Mon Sep 17 00:00:00 2001 From: Amitesh Singh Date: Tue, 21 Apr 2015 11:58:32 +0900 Subject: [PATCH] multibuttonentry: This fixes item,clicked cb broken issue. Summary: This fixes T2334. Test Plan: elementary_test -> multibuttonentry Reviewers: raster, Hermet Reviewed By: Hermet Subscribers: DaveMDS, seoz, sachin.dev Maniphest Tasks: T2334 Differential Revision: https://phab.enlightenment.org/D2379 --- src/lib/elc_multibuttonentry.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/elc_multibuttonentry.c b/src/lib/elc_multibuttonentry.c index 7e4ec4b..797008a 100644 --- a/src/lib/elc_multibuttonentry.c +++ b/src/lib/elc_multibuttonentry.c @@ -486,7 +486,7 @@ _on_item_clicked(void *data, _item_select(WIDGET(it), it); if (sd->selected_it) - evas_object_smart_callback_call(VIEW(it), SIG_ITEM_CLICKED, eo_it); + evas_object_smart_callback_call(WIDGET(it), SIG_ITEM_CLICKED, eo_it); } static void -- 2.7.4