Enlightenment CVS committal

Author  : titan
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_filelist_column.c 


Log Message:

Do not create a scrollpane here.  We are packing a scrollpane inside of a 
scrollpane, this doesn't make any since.

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_filelist_column.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- ewl_filelist_column.c       26 Apr 2006 17:21:27 -0000      1.8
+++ ewl_filelist_column.c       26 Apr 2006 20:26:48 -0000      1.9
@@ -79,12 +79,8 @@
        list->dir_change = ewl_filelist_column_dir_change;
        list->filter_change = ewl_filelist_column_dir_change;
 
-       p = ewl_scrollpane_new();
-       ewl_container_child_append(EWL_CONTAINER(fl), p);
-       ewl_widget_show(p);
-
        fl->hbox = ewl_hbox_new();
-       ewl_container_child_append(EWL_CONTAINER(p), fl->hbox);
+       ewl_container_child_append(EWL_CONTAINER(fl), fl->hbox);
        ewl_widget_show(fl->hbox);
 
        DRETURN_INT(TRUE, DLEVEL_STABLE);




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