Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src


Modified Files:
        ewl_filedialog.c 


Log Message:
Cleanup a warning, and adjust some fill policies for widgets added to the
filedialog.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/ewl_filedialog.c,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -3 -r1.27 -r1.28
--- ewl_filedialog.c    2 Feb 2004 05:43:02 -0000       1.27
+++ ewl_filedialog.c    2 Feb 2004 05:48:31 -0000       1.28
@@ -80,7 +80,7 @@
        fd->decor_box = ewl_vbox_new();
        ewl_widget_set_internal(fd->decor_box, TRUE);
        ewl_object_set_fill_policy(EWL_OBJECT(fd->decor_box),
-                                  EWL_FLAG_FILL_VFILL);
+                       EWL_FLAG_FILL_VFILL);
        ewl_box_set_spacing(EWL_BOX(fd->decor_box), 4);
        ewl_object_set_padding(EWL_OBJECT(fd->decor_box), 10, 10, 10, 10);
        /*
@@ -149,7 +149,8 @@
        ewl_container_append_child(EWL_CONTAINER(fd->button_box), fd->cancel);
        ewl_widget_show(fd->cancel);
 
-       ewl_container_set_redirect(EWL_CONTAINER(fd), fd->decor_box);
+       ewl_container_set_redirect(EWL_CONTAINER(fd),
+                                  EWL_CONTAINER(fd->decor_box));
 
        DLEAVE_FUNCTION(DLEVEL_STABLE);
 }




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