Enlightenment CVS committal

Author  : lordchaos
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_menu.c 


Log Message:
* Fix part of the ewl_menubar/disappearing evas problem.  Add an additional 
callback to 'configure'.  Note that there is still some visual corruption - the 
background evas isn't appearing.  Obviously something is being called in the 
wrong order here (i.e. a configure after a show).

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_menu.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -3 -r1.15 -r1.16
--- ewl_menu.c  6 Nov 2005 01:01:42 -0000       1.15
+++ ewl_menu.c  24 Nov 2005 08:46:50 -0000      1.16
@@ -140,6 +140,12 @@
        ewl_widget_show(menu->base.popup);
        ewl_window_raise(EWL_WINDOW(menu->base.popup));
 
+       ewl_callback_call(menu->base.popup, EWL_CALLBACK_CONFIGURE);
+       ewl_callback_call(EWL_WIDGET(menu), EWL_CALLBACK_CONFIGURE);
+
+       ewl_widget_focus_send(menu->base.popbox);
+
+
        DLEAVE_FUNCTION(DLEVEL_STABLE);
 }
 




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to