Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src


Modified Files:
        ewl_imenu.c 


Log Message:
Fix placement of submenus when using insets and padding in theme.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/ewl_imenu.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -3 -r1.22 -r1.23
--- ewl_imenu.c 19 Aug 2004 20:03:32 -0000      1.22
+++ ewl_imenu.c 22 Aug 2004 05:38:31 -0000      1.23
@@ -74,11 +74,11 @@
         */
        if (EWL_MENU_ITEM(w)->inmenu) {
                ewl_floater_set_position(EWL_FLOATER(menu->base.popup),
-                                        CURRENT_W(w), 0);
+                                ewl_object_current_w_get(EWL_OBJECT(w)), 0);
        }
        else {
                ewl_floater_set_position(EWL_FLOATER(menu->base.popup), 0,
-                                        CURRENT_H(w));
+                                ewl_object_current_h_get(EWL_OBJECT(w)));
        }
 
        DLEAVE_FUNCTION(DLEVEL_STABLE);




-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to