From 12333f4dff98802f83a9d0c5f1881345cc3be058 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Fri, 26 Oct 2001 18:21:57 +0000 Subject: Don't allow invalid folder names. [#12027] * e-shell-folder-commands.c (e_shell_command_rename_folder): Don't allow invalid folder names. [#12027] * e-shell-folder-creation-dialog.c (entry_name_is_valid): Removed. (dialog_clicked_cb): Use `e_shell_folder_name_is_valid()' instead. * e-shell-utils.c (e_shell_folder_name_is_valid): New. Sorry I18N people, it breaks the string freeze slighty. * e-component-registry.c (component_free): Add a cast. (e_component_registry_restart_component): Argh, use the corba_objref properly in calling `wait_for_corba_object_to_die()'. svn path=/trunk/; revision=14152 --- shell/ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'shell/ChangeLog') diff --git a/shell/ChangeLog b/shell/ChangeLog index 1ce5763004..64c6f9beeb 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,18 @@ +2001-10-26 Ettore Perazzoli + + * e-shell-folder-commands.c (e_shell_command_rename_folder): Don't + allow invalid folder names. [#12027] + + * e-shell-folder-creation-dialog.c (entry_name_is_valid): Removed. + (dialog_clicked_cb): Use `e_shell_folder_name_is_valid()' instead. + + * e-shell-utils.c (e_shell_folder_name_is_valid): New. Sorry I18N + people, it breaks the string freeze slighty. + + * e-component-registry.c (component_free): Add a cast. + (e_component_registry_restart_component): Argh, use the + corba_objref properly in calling `wait_for_corba_object_to_die()'. + 2001-10-25 Ettore Perazzoli * e-shell-view-menu.c (update_offline_menu_item): Add accelerators -- cgit v1.2.3