discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=6802ae750d2cf0aeb620a7cc636b0d2a03d64887

commit 6802ae750d2cf0aeb620a7cc636b0d2a03d64887
Author: Mike Blumenkrantz <[email protected]>
Date:   Tue Feb 11 22:29:34 2014 -0500

    send smart object to comp effect end cb
---
 src/bin/e_comp_object.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/e_comp_object.c b/src/bin/e_comp_object.c
index 06810d9..a058584 100644
--- a/src/bin/e_comp_object.c
+++ b/src/bin/e_comp_object.c
@@ -3299,7 +3299,7 @@ _e_comp_object_effect_end_cb(void *data, Evas_Object 
*obj, const char *emission,
    end_cb = evas_object_data_get(obj, "_e_comp.end_cb");
    if (!end_cb) return;
    end_data = evas_object_data_get(obj, "_e_comp.end_data");
-   end_cb(end_data, obj, emission, source);
+   end_cb(end_data, cw->smart_obj, emission, source);
 
 }
 

-- 


Reply via email to