summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Blumenkrantz <zmike@osg.samsung.com>2016-09-28 10:41:21 -0400
committerMike Blumenkrantz <zmike@osg.samsung.com>2016-09-28 10:41:21 -0400
commitab56bc466299752140076e0e074f47ae4ced30b1 (patch)
treefe996913ced5566001826fc63ccf1f388bd08a49
parentb83cfb858c302b8eb39e43b56a7e0749c711a43f (diff)
downloadenlightenment-ab56bc466299752140076e0e074f47ae4ced30b1.tar.gz
remove (wrong) setting of layer for time's clock gadget popup
e_gadget_util_ctxpopup_place() already handles this correctly
-rw-r--r--src/modules/time/clock.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/time/clock.c b/src/modules/time/clock.c
index b97fa1c92b..83772abae2 100644
--- a/src/modules/time/clock.c
+++ b/src/modules/time/clock.c
@@ -241,7 +241,6 @@ clock_popup_new(Instance *inst)
elm_object_content_set(inst->popup, inst->o_table);
e_gadget_util_ctxpopup_place(inst->o_clock, inst->popup, NULL);
- evas_object_layer_set(inst->popup, E_LAYER_POPUP);
evas_object_show(inst->popup);
}