Enlightenment CVS committal

Author  : atmosphere
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src


Modified Files:
        ewl_filedialog.c 


Log Message:
not sure why we're hiding this widget when a button req is received, cause
you might not have a pointer to it later.  If this is incorrect, kindly fix
to the intended behavior, otherwise we can nuke the #if 0'd stuff(and the
hide call).


===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/ewl_filedialog.c,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -3 -r1.24 -r1.25
--- ewl_filedialog.c    29 Jan 2004 04:26:17 -0000      1.24
+++ ewl_filedialog.c    29 Jan 2004 06:49:34 -0000      1.25
@@ -214,6 +214,7 @@
 void ewl_filedialog_hide_cb(Ewl_Widget * w, void *ev_data, void *user_data)
 {
        Ewl_Widget     *fd = user_data;
-
+#if 0
        ewl_widget_hide(fd);
+#endif
 }




-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to