multibuttonentry: This fixes item,clicked cb broken issue.
authorAmitesh Singh <amitesh.sh@samsung.com>
Tue, 21 Apr 2015 02:58:32 +0000 (11:58 +0900)
committerChunEon Park <hermet@hermet.pe.kr>
Tue, 21 Apr 2015 02:58:32 +0000 (11:58 +0900)
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

index 7e4ec4b..797008a 100644 (file)
@@ -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