Make the local storage name "Local Folders" instead of "local", looks
2001-07-19 Jason Leach <jleach@ximian.com> * 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
This commit is contained in:
@ -401,7 +401,7 @@ e_shell_command_delete_folder (EShell *shell,
|
||||
NULL);
|
||||
|
||||
/* Select another folder to prevent bad things from happening */
|
||||
e_shell_view_display_uri (shell_view, "evolution:/local/Inbox");
|
||||
e_shell_view_display_uri (shell_view, DEFAULT_URI);
|
||||
}
|
||||
|
||||
g_free (path);
|
||||
|
Reference in New Issue
Block a user