discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=96f1caeddbc61c01ccb6bb5e27cb192bcb89c074

commit 96f1caeddbc61c01ccb6bb5e27cb192bcb89c074
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Thu Jan 7 17:20:05 2016 -0500

    add back comp object data from typo in previous commit...
---
 src/bin/e_comp_object.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/bin/e_comp_object.c b/src/bin/e_comp_object.c
index c8bdfab..4a9f69c 100644
--- a/src/bin/e_comp_object.c
+++ b/src/bin/e_comp_object.c
@@ -2744,6 +2744,7 @@ e_comp_object_util_add(Evas_Object *obj, 
E_Comp_Object_Type type)
      }
    vis = evas_object_visible_get(obj);
    o = edje_object_add(e_comp->evas);
+   evas_object_data_set(o, "comp_object", (void*)1);
    e_comp_object_util_type_set(o, type);
 
    evas_object_geometry_get(obj, &x, &y, &w, &h);

-- 


Reply via email to