Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_filelist_column.c 


Log Message:
Fill policy adjustments to the column file list.

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_filelist_column.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- ewl_filelist_column.c       27 Apr 2006 02:59:43 -0000      1.10
+++ ewl_filelist_column.c       27 Apr 2006 16:05:18 -0000      1.11
@@ -80,6 +80,7 @@
 
        ewl_widget_appearance_set(EWL_WIDGET(fl), EWL_FILELIST_COLUMN_TYPE);
        ewl_widget_inherit(EWL_WIDGET(fl), EWL_FILELIST_COLUMN_TYPE);
+       ewl_object_fill_policy_set(EWL_OBJECT(fl), EWL_FLAG_FILL_ALL);
 
        list = EWL_FILELIST(fl);
        list->dir_change = ewl_filelist_column_dir_change;
@@ -95,6 +96,7 @@
        fl->dirs = ecore_list_new();    /* XXX NEED to free this on destroy */
 
        fl->hbox = ewl_hbox_new();
+       ewl_object_fill_policy_set(EWL_OBJECT(fl->hbox), EWL_FLAG_FILL_ALL);
        ewl_container_child_append(EWL_CONTAINER(fl), fl->hbox);
        ewl_widget_show(fl->hbox);
 




-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to