Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_filelist_column.c 


Log Message:
Remove some blank lines

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_filelist_column.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- ewl_filelist_column.c       26 Apr 2006 04:10:01 -0000      1.4
+++ ewl_filelist_column.c       26 Apr 2006 04:11:02 -0000      1.5
@@ -77,7 +77,7 @@
        list = EWL_FILELIST(fl);
        list->dir_change = ewl_filelist_column_dir_change;
        list->filter_change = ewl_filelist_column_dir_change;
-       
+
        fl->hbox = ewl_scrollpane_new();
        ewl_box_orientation_set(EWL_BOX(EWL_SCROLLPANE(fl->hbox)->box), 
                                                EWL_ORIENTATION_HORIZONTAL);
@@ -198,7 +198,7 @@
        ewl_object_alignment_set(EWL_OBJECT(hbox), EWL_FLAG_ALIGN_CENTER);
        ewl_box_spacing_set(EWL_BOX(hbox), 5);
        ewl_widget_show(hbox);
-               
+
        image = ewl_icon_new();
        ewl_container_child_append(EWL_CONTAINER(hbox), image);
        ewl_object_alignment_set(EWL_OBJECT(image), EWL_FLAG_ALIGN_LEFT);
@@ -225,7 +225,7 @@
                ewl_callback_append(hbox, EWL_CALLBACK_CLICKED,
                                ewl_filelist_column_file_clicked, fl);
        }
-       
+
        children[0] = hbox;
        children[1] = NULL;
        row = ewl_tree_row_add(EWL_TREE(list->tree), NULL, children);




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