diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2003-05-09 03:36:47 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2003-05-09 03:36:47 +0800 |
commit | b352ae1f19ca558ba8fd61e0a277a2a9020406bf (patch) | |
tree | 86e007a4592351e6404042b09534e245b3bd5d08 /shell/ChangeLog | |
parent | 38a69e37f28eaaf0aea485eb5872ca23eee9bab0 (diff) | |
download | gsoc2013-evolution-b352ae1f19ca558ba8fd61e0a277a2a9020406bf.tar.gz gsoc2013-evolution-b352ae1f19ca558ba8fd61e0a277a2a9020406bf.tar.zst gsoc2013-evolution-b352ae1f19ca558ba8fd61e0a277a2a9020406bf.zip |
[#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
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
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 <ettore@ximian.com> + + [#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 <ettore@ximian.com> * e-shell-folder-commands.c (e_shell_command_add_to_shortcut_bar): |