diff options
Diffstat (limited to 'shell/e-shell.c')
-rw-r--r-- | shell/e-shell.c | 2 |
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); |