[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
This commit is contained in:
Ettore Perazzoli
2001-09-05 00:10:03 +00:00
parent e1fce519bb
commit bc21d949ca
6 changed files with 27 additions and 7 deletions

View File

@ -426,7 +426,7 @@ e_shell_command_delete_folder (EShell *shell,
shell_view);
/* Select another folder to prevent bad things from happening */
e_shell_view_display_uri (shell_view, DEFAULT_URI);
e_shell_view_display_uri (shell_view, E_SHELL_VIEW_DEFAULT_URI);
}
g_free (path);