discomfitor pushed a commit to branch master.

commit b5c837b61e73acf246138f1fa8f1ba23ad383c46
Author: discomfitor <[email protected]>
Date:   Thu Sep 5 19:01:17 2013 +0100

    fix pager visual fade out
---
 src/modules/pager/e_mod_main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/modules/pager/e_mod_main.c b/src/modules/pager/e_mod_main.c
index 6a223bf..48b2682 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);
 

-- 

------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58041391&iu=/4140/ostg.clktrk

Reply via email to