Enlightenment CVS committal Author : dj2 Project : e17 Module : libs/ewl
Dir : e17/libs/ewl/src/lib Modified Files: ewl_attach.c ewl_dialog.c ewl_embed.c ewl_io_manager.c ewl_progressbar.c Log Message: - cleanup trailing whitespace =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_attach.c,v retrieving revision 1.50 retrieving revision 1.51 diff -u -3 -r1.50 -r1.51 --- ewl_attach.c 17 Oct 2007 01:40:06 -0000 1.50 +++ ewl_attach.c 17 Oct 2007 14:51:33 -0000 1.51 @@ -621,7 +621,7 @@ if (!ewl_attach_tooltip) ewl_attach_tooltip = NEW(Ewl_Attach_Tooltip, 1); - /* we only want to kill this tooltip if the move is outside + /* we only want to kill this tooltip if the move is outside * the move tolerance */ if (ewl_attach_tooltip && (ewl_attach_tooltip->attach == attach)) { =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_dialog.c,v retrieving revision 1.17 retrieving revision 1.18 diff -u -3 -r1.17 -r1.18 --- ewl_dialog.c 7 Oct 2007 00:18:58 -0000 1.17 +++ ewl_dialog.c 17 Oct 2007 14:51:33 -0000 1.18 @@ -209,7 +209,7 @@ DCHECK_TYPE("d", d, EWL_DIALOG_TYPE); w = ewl_widget_parent_get(d->action_area); - ewl_object_fill_policy_set(EWL_OBJECT(w), pol); + ewl_object_fill_policy_set(EWL_OBJECT(w), pol); DLEAVE_FUNCTION(DLEVEL_STABLE); } @@ -245,7 +245,7 @@ DCHECK_TYPE("d", d, EWL_DIALOG_TYPE); w = ewl_widget_parent_get(d->action_area); - ewl_object_alignment_set(EWL_OBJECT(w), align); + ewl_object_alignment_set(EWL_OBJECT(w), align); DLEAVE_FUNCTION(DLEVEL_STABLE); } =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_embed.c,v retrieving revision 1.129 retrieving revision 1.130 diff -u -3 -r1.129 -r1.130 --- ewl_embed.c 2 Oct 2007 10:04:24 -0000 1.129 +++ ewl_embed.c 17 Oct 2007 14:51:33 -0000 1.130 @@ -1519,7 +1519,7 @@ /** * @param embed: The embed to set the focused widget too - * @param w: The widget to set as having focus, NULL is valid value and + * @param w: The widget to set as having focus, NULL is valid value and * signifies that no widget has the focus. * @return Returns no value. * @brief Set the current focused widget in the embed =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_io_manager.c,v retrieving revision 1.16 retrieving revision 1.17 diff -u -3 -r1.16 -r1.17 --- ewl_io_manager.c 5 Sep 2007 18:33:26 -0000 1.16 +++ ewl_io_manager.c 17 Oct 2007 14:51:33 -0000 1.17 @@ -86,7 +86,7 @@ IF_FREE_HASH(ewl_io_manager_ext_icon_map); IF_FREE_HASH(ewl_io_manager_plugins); - if (ewl_io_manager_path) + if (ewl_io_manager_path) { ecore_path_group_del(ewl_io_manager_path); ewl_io_manager_path = 0; @@ -321,19 +321,19 @@ FREE(m); DRETURN_PTR(plugin, DLEVEL_STABLE); } - + plugin->uri_read = - ecore_plugin_symbol_get(plugin->plugin, + ecore_plugin_symbol_get(plugin->plugin, "ewl_io_manager_plugin_uri_read"); plugin->string_read = - ecore_plugin_symbol_get(plugin->plugin, + ecore_plugin_symbol_get(plugin->plugin, "ewl_io_manager_plugin_string_read"); plugin->uri_write = - ecore_plugin_symbol_get(plugin->plugin, + ecore_plugin_symbol_get(plugin->plugin, "ewl_io_manager_plugin_uri_write"); plugin->string_write = - ecore_plugin_symbol_get(plugin->plugin, + ecore_plugin_symbol_get(plugin->plugin, "ewl_io_manager_plugin_string_write"); if (!plugin->uri_read || !plugin->uri_write =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_progressbar.c,v retrieving revision 1.21 retrieving revision 1.22 diff -u -3 -r1.21 -r1.22 --- ewl_progressbar.c 11 Sep 2007 02:02:20 -0000 1.21 +++ ewl_progressbar.c 17 Oct 2007 14:51:33 -0000 1.22 @@ -82,7 +82,7 @@ ewl_callback_append(w, EWL_CALLBACK_VALUE_CHANGED, ewl_progressbar_cb_value_changed, NULL); - ewl_object_fill_policy_set(EWL_OBJECT(w), EWL_FLAG_FILL_HFILL | + ewl_object_fill_policy_set(EWL_OBJECT(w), EWL_FLAG_FILL_HFILL | EWL_FLAG_FILL_VSHRINK); DRETURN_INT(TRUE, DLEVEL_STABLE); ------------------------------------------------------------------------- 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