summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmitesh Singh <amitesh.sh@samsung.com>2015-04-21 11:58:32 +0900
committerChunEon Park <hermet@hermet.pe.kr>2015-04-21 11:58:32 +0900
commitc3d88e790cd0566902853f2afbf415de4b1fe58c (patch)
treeba0c7bcec04e2f6b35ba393b116368b9b88f8bf8
parent93c22704356574224a66468edeab5cdb1af50280 (diff)
downloadelementary-c3d88e790cd0566902853f2afbf415de4b1fe58c.tar.gz
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
-rw-r--r--src/lib/elc_multibuttonentry.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/elc_multibuttonentry.c b/src/lib/elc_multibuttonentry.c
index 7e4ec4b65..797008ad5 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