Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/test


Modified Files:
        ewl_filedialog_test.c 


Log Message:
Change in the filedialog API, didn't make sense for it to inherit from the
floater.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/test/ewl_filedialog_test.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -3 -r1.15 -r1.16
--- ewl_filedialog_test.c       29 Jan 2004 04:26:18 -0000      1.15
+++ ewl_filedialog_test.c       30 Jan 2004 02:33:34 -0000      1.16
@@ -74,8 +74,8 @@
        static Ewl_Widget *fd = NULL;
 
        if (!fd) {
-               fd = ewl_filedialog_new(w->parent->parent,
-                               EWL_FILEDIALOG_TYPE_OPEN, __open_file, NULL);
+               fd = ewl_filedialog_new(EWL_FILEDIALOG_TYPE_OPEN, __open_file,
+                               NULL);
 
                ewl_container_append_child(EWL_CONTAINER(vbox), fd);
        }




-------------------------------------------------------
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