summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordiscomfitor <michael.blumenkrantz@gmail.com>2013-09-05 19:01:17 +0100
committerdiscomfitor <michael.blumenkrantz@gmail.com>2013-09-05 19:01:17 +0100
commitb5c837b61e73acf246138f1fa8f1ba23ad383c46 (patch)
treec3b9caa0c0106767f48636b67bbf11e72761b778
parent8b57301add97560e800ee1d2c8885bbb7fd1a017 (diff)
downloadenlightenment-b5c837b61e73acf246138f1fa8f1ba23ad383c46.tar.gz
fix pager visual fade out
-rw-r--r--src/modules/pager/e_mod_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/pager/e_mod_main.c b/src/modules/pager/e_mod_main.c
index 6a223bf760..48b26823a7 100644
--- a/src/modules/pager/e_mod_main.c
+++ b/src/modules/pager/e_mod_main.c
@@ -810,7 +810,7 @@ _pager_popup_new(E_Zone *zone, int keyaction)
zy -= zone->y;
e_popup_move_resize(pp->popup,
zx + ((zw - w) / 2), zy + ((zh - h) / 2), w, h);
- E_OBJECT_DEL_SET(pp->popup, _pager_popup_cb_del);
+ e_object_free_attach_func_set(pp->popup, _pager_popup_cb_del);
e_object_data_set(E_OBJECT(pp->popup), pp);
e_popup_show(pp->popup);