bu5hm4n pushed a commit to branch master.

http://git.enlightenment.org/misc/entrance.git/commit/?id=e7ed89d6304e36d12eb74cbb1e5a62ded60c2428

commit e7ed89d6304e36d12eb74cbb1e5a62ded60c2428
Author: Marcel Hollerbach <marcel.hollerb...@stzedn.de>
Date:   Sun Feb 9 08:55:24 2014 +0100

    Fixed Bug T761, Actions are working now
---
 src/bin/entrance_gui.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/bin/entrance_gui.c b/src/bin/entrance_gui.c
index 94c5e79..0aa6462 100755
--- a/src/bin/entrance_gui.c
+++ b/src/bin/entrance_gui.c
@@ -587,10 +587,10 @@ _entrance_gui_action_text_get(void *data, Evas_Object 
*obj EINA_UNUSED, const ch
 }
 
 static void
-_entrance_gui_action_clicked_cb(void *data, Evas_Object *obj EINA_UNUSED, void 
*event_info EINA_UNUSED)
+_entrance_gui_action_clicked_cb(void *data EINA_UNUSED, Evas_Object *obj 
EINA_UNUSED, void *event_info)
 {
    Entrance_Action *ea;
-   ea = data;
+   ea = elm_object_item_data_get(event_info);
    if (ea) entrance_connect_action_send(ea->id);
 }
 

-- 


Reply via email to