aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell.c
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-09-05 08:10:03 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-09-05 08:10:03 +0800
commitbc21d949ca1a3a1eb0fc5dd735411030c01c6b79 (patch)
tree3b404beb8ec9971ce4fc60aed93efb1795fac80e /shell/e-shell.c
parente1fce519bb7ca23936629969494151c16565a71d (diff)
downloadgsoc2013-evolution-bc21d949ca1a3a1eb0fc5dd735411030c01c6b79.tar
gsoc2013-evolution-bc21d949ca1a3a1eb0fc5dd735411030c01c6b79.tar.gz
gsoc2013-evolution-bc21d949ca1a3a1eb0fc5dd735411030c01c6b79.tar.bz2
gsoc2013-evolution-bc21d949ca1a3a1eb0fc5dd735411030c01c6b79.tar.lz
gsoc2013-evolution-bc21d949ca1a3a1eb0fc5dd735411030c01c6b79.tar.xz
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.c')
-rw-r--r--shell/e-shell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-shell.c b/shell/e-shell.c
index 23cd4bc7e6..a328e3384e 100644
--- a/shell/e-shell.c
+++ b/shell/e-shell.c
@@ -1069,7 +1069,7 @@ e_shell_create_view (EShell *shell,
/* FIXME: Consider popping a dialog box up
about how the provided URI does not
exist/could not be displayed */
- e_shell_view_display_uri (E_SHELL_VIEW (view), DEFAULT_URI);
+ e_shell_view_display_uri (E_SHELL_VIEW (view), E_SHELL_VIEW_DEFAULT_URI);
shell->priv->views = g_list_prepend (shell->priv->views, view);