Enlightenment CVS committal

Author  : jethomas
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_dialog.c 


Log Message:
Fix bug 413.

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_dialog.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -3 -r1.20 -r1.21
--- ewl_dialog.c        14 Nov 2007 13:08:27 -0000      1.20
+++ ewl_dialog.c        25 Mar 2008 23:24:22 -0000      1.21
@@ -96,7 +96,7 @@
        dialog->action_area = ewl_cell_new();
        ewl_widget_appearance_set(dialog->action_area, "actionarea");
        ewl_object_fill_policy_set(EWL_OBJECT(dialog->action_area),
-                          EWL_FLAG_FILL_HFILL | EWL_FLAG_FILL_VSHRINK);
+                          EWL_FLAG_FILL_HFILL);
        ewl_widget_internal_set(dialog->action_area, TRUE);
        ewl_container_child_append(EWL_CONTAINER(dialog->box), 
                        dialog->action_area);



-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to