hermet pushed a commit to branch master.

http://git.enlightenment.org/tools/enventor.git/commit/?id=5229b12423bad59d6289287631a7303a959e59ff

commit 5229b12423bad59d6289287631a7303a959e59ff
Author: Jaehyun Cho <[email protected]>
Date:   Fri Oct 10 14:30:37 2014 +0900

    tools: Fix to set data for swallow button callback data
    
    Summary: Fix to set data for swallow button callback
    
    Reviewers: Hermet
    
    Reviewed By: Hermet
    
    Differential Revision: https://phab.enlightenment.org/D1526
---
 src/bin/tools.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/tools.c b/src/bin/tools.c
index 7b0beab..48f4bed 100644
--- a/src/bin/tools.c
+++ b/src/bin/tools.c
@@ -135,7 +135,7 @@ tools_create(Evas_Object *parent, Evas_Object *enventor)
    elm_box_pack_end(box, btn);
 
    btn = tools_btn_create(box, "swallow_s", "Swallow",
-                          swallow_cb, NULL);
+                          swallow_cb, enventor);
    evas_object_size_hint_weight_set(btn, 0, EVAS_HINT_EXPAND);
    evas_object_size_hint_align_set(btn, 0.0, EVAS_HINT_FILL);
    elm_box_pack_end(box, btn);

-- 


Reply via email to