hermet pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=c3d88e790cd0566902853f2afbf415de4b1fe58c

commit c3d88e790cd0566902853f2afbf415de4b1fe58c
Author: Amitesh Singh <amitesh...@samsung.com>
Date:   Tue Apr 21 11:58:32 2015 +0900

    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

-- 


Reply via email to