discomfitor pushed a commit to branch master.

commit 2f2df6346ceeaf7f0028d7e4b55e4a6895de3341
Author: discomfitor <[email protected]>
Date:   Fri Sep 6 15:57:28 2013 +0100

    fix harmless cast warning
---
 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 a776317..196f10e 100644
--- a/src/modules/pager/e_mod_main.c
+++ b/src/modules/pager/e_mod_main.c
@@ -811,7 +811,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_free_attach_func_set(pp->popup, _pager_popup_cb_del);
+   e_object_free_attach_func_set(E_OBJECT(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