From c604cce9c6c14fb3ab6bcc2784eaa6eff00637e7 Mon Sep 17 00:00:00 2001 From: Jason Leach Date: Thu, 19 Jul 2001 21:55:47 +0000 Subject: Make the local storage name "Local Folders" instead of "local", looks 2001-07-19 Jason Leach * e-local-storage.h: Make the local storage name "Local Folders" instead of "local", looks better with "My Evolution", "VFolders", and "Other Contacts". * e-shell-view.h: Put the #define DEFAULT_URI here instead of in e-shell-view.c. * main.c: Remove the duplicated #define STARTUP_URI, actually make use of the nice defines. * e-shell-folder-commands.c (e_shell_command_delete_folder): Use the DEFAULT_URI here instead of a hard coded string. * e-shortcuts.c (e_shortcuts_add_default_group): Fix the URI's here to use "Local Folder". svn path=/trunk/; revision=11241 --- shell/main.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'shell/main.c') diff --git a/shell/main.c b/shell/main.c index 635cc146bf..45d3fb278e 100644 --- a/shell/main.c +++ b/shell/main.c @@ -43,9 +43,6 @@ #include "e-shell.h" - -#define STARTUP_URI "evolution:/local/Inbox" - static EShell *shell = NULL; static char *evolution_directory = NULL; @@ -172,7 +169,7 @@ idle_cb (void *data) } if (! restored && uri_list == NULL) { - const char *uri = "evolution:/local/Inbox"; + const char *uri = DEFAULT_URI; GNOME_Evolution_Shell_handleURI (corba_shell, uri, &ev); if (ev._major != CORBA_NO_EXCEPTION) -- cgit