summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Blumenkrantz <zmike@osg.samsung.com>2016-01-07 17:20:05 -0500
committerMike Blumenkrantz <zmike@osg.samsung.com>2016-01-07 17:20:05 -0500
commit96f1caeddbc61c01ccb6bb5e27cb192bcb89c074 (patch)
tree8c6591f085b04c20841eea41f16956a54f128bbc
parent980135fc381d3de022dae67a2a31e8bef7585196 (diff)
downloadenlightenment-96f1caeddbc61c01ccb6bb5e27cb192bcb89c074.tar.gz
add back comp object data from typo in previous commit...
-rw-r--r--src/bin/e_comp_object.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bin/e_comp_object.c b/src/bin/e_comp_object.c
index c8bdfab336..4a9f69c1ca 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);