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
This commit is contained in:
Amitesh Singh 2015-04-21 11:58:32 +09:00 committed by ChunEon Park
parent e5631b3dc4
commit f3025cf2ed
1 changed files with 1 additions and 1 deletions

View 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