summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Blumenkrantz <zmike@osg.samsung.com>2016-10-17 11:57:05 -0400
committerMike Blumenkrantz <zmike@osg.samsung.com>2016-10-17 11:57:05 -0400
commit79b24ea88442dff59f7fc953f669616ccdca390e (patch)
tree444f0d8a14092376c369de5c314434258737f97c
parentd5847e8ca667ab90abe1c20ceee7bda5c1fe2f22 (diff)
downloadenlightenment-79b24ea88442dff59f7fc953f669616ccdca390e.tar.gz
handle gadget_popup smart callback on gadget's display object
fixes case where this signal was not accurately propagated ref T4732
-rw-r--r--src/bin/e_gadget.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bin/e_gadget.c b/src/bin/e_gadget.c
index 55571b9377..e183da05de 100644
--- a/src/bin/e_gadget.c
+++ b/src/bin/e_gadget.c
@@ -1523,6 +1523,7 @@ e_gadget_util_layout_style_init(Evas_Object *g, Evas_Object *style)
evas_object_smart_calculate(style);
evas_object_size_hint_min_get(style, &zgc->style.minw, &zgc->style.minh);
evas_object_show(style);
+ evas_object_smart_callback_add(zgc->display, "gadget_popup", _gadget_popup, zgc->site);
return prev;
}