aboutsummaryrefslogtreecommitdiffstats
path: root/shell/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/main.c')
-rw-r--r--shell/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/main.c b/shell/main.c
index 14291562e4..41d0156981 100644
--- a/shell/main.c
+++ b/shell/main.c
@@ -190,7 +190,7 @@ idle_cb (void *data)
}
if (! restored && uri_list == NULL) {
- const char *uri = DEFAULT_URI;
+ const char *uri = E_SHELL_VIEW_DEFAULT_URI;
GNOME_Evolution_Shell_handleURI (corba_shell, uri, &ev);
if (ev._major != CORBA_NO_EXCEPTION)