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/e-shell-view.h | |
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/e-shell-view.h')
-rw-r--r-- | shell/e-shell-view.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-shell-view.h b/shell/e-shell-view.h index 9b7b53a47d..8fbdd199df 100644 --- a/shell/e-shell-view.h +++ b/shell/e-shell-view.h @@ -46,7 +46,7 @@ typedef struct _EShellViewClass EShellViewClass; #include "e-shell.h" -#define DEFAULT_URI "evolution:/local/Inbox" +#define E_SHELL_VIEW_DEFAULT_URI "evolution:/summary" struct _EShellView { BonoboWindow parent; |