From b352ae1f19ca558ba8fd61e0a277a2a9020406bf Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Thu, 8 May 2003 19:36:47 +0000 Subject: [#36956] Remove the version number from the window title. [#36956] * e-shell-view.c (update_for_current_uri): Remove the version number from the window title. [#42518] * e-shell-view.c (handle_current_folder_removed): Casefold the Inbox name only once, instead of once per iteration. Removed the spurious slash that was being passed in the path in the Inbox case and prevented it from working. Added missing slash in the path for the storage case. Casefold the path including the slash, since we compare against a string that does include the slash. (storage_set_removed_folder_callback): Remove the notebook page before calling handle_current_folder_removed(), instead of after; otherwise, the notebook page number we have might not be valid anymore. * e-shell-folder-creation-dialog.c (setup_dialog): Set the default response for the dialog to GTK_RESPONSE_OK. svn path=/trunk/; revision=21134 --- shell/ChangeLog | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'shell/ChangeLog') diff --git a/shell/ChangeLog b/shell/ChangeLog index fcef24e00a..eb5603f8ad 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,24 @@ +2003-05-08 Ettore Perazzoli + + [#36956] + * e-shell-view.c (update_for_current_uri): Remove the version + number from the window title. + + [#42518] + * e-shell-view.c (handle_current_folder_removed): Casefold the + Inbox name only once, instead of once per iteration. Removed the + spurious slash that was being passed in the path in the Inbox case + and prevented it from working. Added missing slash in the path + for the storage case. Casefold the path including the slash, + since we compare against a string that does include the slash. + (storage_set_removed_folder_callback): Remove the notebook page + before calling handle_current_folder_removed(), instead of after; + otherwise, the notebook page number we have might not be valid + anymore. + + * e-shell-folder-creation-dialog.c (setup_dialog): Set the default + response for the dialog to GTK_RESPONSE_OK. + 2003-05-07 Ettore Perazzoli * e-shell-folder-commands.c (e_shell_command_add_to_shortcut_bar): -- cgit v1.2.3