diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-09-05 08:10:03 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-09-05 08:10:03 +0800 |
commit | bc21d949ca1a3a1eb0fc5dd735411030c01c6b79 (patch) | |
tree | 3b404beb8ec9971ce4fc60aed93efb1795fac80e /shell/ChangeLog | |
parent | e1fce519bb7ca23936629969494151c16565a71d (diff) | |
download | gsoc2013-evolution-bc21d949ca1a3a1eb0fc5dd735411030c01c6b79.tar.gz gsoc2013-evolution-bc21d949ca1a3a1eb0fc5dd735411030c01c6b79.tar.zst gsoc2013-evolution-bc21d949ca1a3a1eb0fc5dd735411030c01c6b79.zip |
[Fix #6971, Default folder should be the Summary.]
* main.c (idle_cb): s/DEFAULT_URI/E_SHELL_VIEW_DEFAULT_URI/.
* e-shell.c (e_shell_create_view):
s/DEFAULT_URI/E_SHELL_VIEW_DEFAULT_URI/.
* e-shell-view.c (socket_destroy_cb):
s/DEFAULT_URI/E_SHELL_VIEW_DEFAULT_URI/.
(e_shell_view_save_settings): Likewise.
* e-shell-folder-commands.c (e_shell_command_delete_folder):
s/DEFAULT_URI/E_SHELL_VIEW_DEFAULT_URI/.
* e-shell-view.h (DEFAULT_URI): Rename to
`E_SHELL_VIEW_DEFAULT_URI'. Change from "evolution:/local/Inbox"
to be "evolution:/summary".
svn path=/trunk/; revision=12618
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index f055c15da3..9d8bfd17f3 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,25 @@ 2001-09-04 Ettore Perazzoli <ettore@ximian.com> + [Fix #6971, Default folder should be the Summary.] + + * main.c (idle_cb): s/DEFAULT_URI/E_SHELL_VIEW_DEFAULT_URI/. + + * e-shell.c (e_shell_create_view): + s/DEFAULT_URI/E_SHELL_VIEW_DEFAULT_URI/. + + * e-shell-view.c (socket_destroy_cb): + s/DEFAULT_URI/E_SHELL_VIEW_DEFAULT_URI/. + (e_shell_view_save_settings): Likewise. + + * e-shell-folder-commands.c (e_shell_command_delete_folder): + s/DEFAULT_URI/E_SHELL_VIEW_DEFAULT_URI/. + + * e-shell-view.h (DEFAULT_URI): Rename to + `E_SHELL_VIEW_DEFAULT_URI'. Change from "evolution:/local/Inbox" + to be "evolution:/summary". + +2001-09-04 Ettore Perazzoli <ettore@ximian.com> + [Fix ^#7675, Crashes trying to empty trash folder.] * e-shortcuts.c (e_shortcuts_construct): Use |