Enlightenment CVS committal

Author  : lordchaos
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_menu.c 


Log Message:
Turn off until we can figure out why this stops menus moving


===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_menu.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -3 -r1.13 -r1.14
--- ewl_menu.c  27 Oct 2005 05:32:54 -0000      1.13
+++ ewl_menu.c  28 Oct 2005 11:39:14 -0000      1.14
@@ -62,7 +62,9 @@
        menu->base.popup = ewl_window_new();
        ewl_window_keyboard_grab_set(EWL_WINDOW(menu->base.popup), TRUE);
        ewl_window_pointer_grab_set(EWL_WINDOW(menu->base.popup), TRUE);
-       ewl_window_override_set(EWL_WINDOW(menu->base.popup), TRUE);
+       
+       /*Turn this off until we can figure out why this stops windows being 
moved*/
+       /*ewl_window_override_set(EWL_WINDOW(menu->base.popup), TRUE);*/ 
        ewl_window_borderless_set(EWL_WINDOW(menu->base.popup));
        ewl_widget_internal_set(menu->base.popup, TRUE);
        ewl_widget_appearance_set(EWL_WIDGET(menu->base.popup), "menu");




-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to