summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Blumenkrantz <m.blumenkran@samsung.com>2013-09-05 11:02:02 +0100
committerMike Blumenkrantz <m.blumenkran@samsung.com>2013-10-28 13:23:31 +0000
commitd31b917ec1e7799992a9eacbb3f274e99e3e8db4 (patch)
tree86a309e0b6594abb7bcd1173728baeb9fae341d4
parent0205d7015c5125fca83076a9bfe9f74fb881ffeb (diff)
downloadenlightenment-d31b917ec1e7799992a9eacbb3f274e99e3e8db4.tar.gz
nosquash: set shelf data on shelf comp object
-rw-r--r--src/bin/e_shelf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bin/e_shelf.c b/src/bin/e_shelf.c
index 4c2fb53083..4912b2ecf0 100644
--- a/src/bin/e_shelf.c
+++ b/src/bin/e_shelf.c
@@ -231,6 +231,7 @@ e_shelf_zone_new(E_Zone *zone, const char *name, const char *style, E_Layer laye
if (layer == E_LAYER_DESKTOP)
type = E_COMP_OBJECT_TYPE_NONE;
es->comp_object = e_comp_object_util_add(es->o_base, type);
+ evas_object_data_set(es->comp_object, "E_Shelf", es);
evas_object_name_set(es->comp_object, es->name);
evas_object_layer_set(es->comp_object, layer);