Enlightenment CVS committal Author : ningerso Project : e17 Module : libs/ewl
Dir : e17/libs/ewl/src/bin/tests/toolbar Modified Files: ewl_toolbar.c Log Message: Remove trailing whitespace. =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/toolbar/ewl_toolbar.c,v retrieving revision 1.6 retrieving revision 1.7 diff -u -3 -r1.6 -r1.7 --- ewl_toolbar.c 7 Jul 2007 12:29:07 -0000 1.6 +++ ewl_toolbar.c 23 Aug 2007 05:26:48 -0000 1.7 @@ -33,7 +33,7 @@ o2 = ewl_toolbar_new(); ewl_container_child_append(EWL_CONTAINER(body), o2); ewl_object_alignment_set(EWL_OBJECT(o2), EWL_FLAG_ALIGN_CENTER); - ewl_object_fill_policy_set(EWL_OBJECT(o2), + ewl_object_fill_policy_set(EWL_OBJECT(o2), EWL_FLAG_FILL_HFILL | EWL_FLAG_FILL_VSHRINK); ewl_toolbar_icon_part_hide(EWL_TOOLBAR(o2), EWL_ICON_PART_LABEL); ewl_widget_show(o2); @@ -53,7 +53,7 @@ ewl_container_child_append(EWL_CONTAINER(o2), o); ewl_stock_type_set(EWL_STOCK(o), EWL_STOCK_STOP); ewl_widget_show(o); - + o = ewl_icon_simple_new(); ewl_container_child_append(EWL_CONTAINER(o2), o); ewl_stock_type_set(EWL_STOCK(o), EWL_STOCK_HOME); @@ -62,7 +62,7 @@ o = ewl_vseparator_new(); ewl_container_child_append(EWL_CONTAINER(o2), o); ewl_widget_show(o); - + o = ewl_hseeker_new(); ewl_container_child_append(EWL_CONTAINER(o2), o); ewl_widget_show(o); ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs