diff options
author | Jason Leach <jleach@ximian.com> | 2001-07-20 05:55:47 +0800 |
---|---|---|
committer | Jacob Leach <jleach@src.gnome.org> | 2001-07-20 05:55:47 +0800 |
commit | c604cce9c6c14fb3ab6bcc2784eaa6eff00637e7 (patch) | |
tree | 7d5cbe61b798a5a9c7580718ffa98336e629eae5 /shell/ChangeLog | |
parent | 01e51e6eb2895f91cf2eabe8e6f83ba6f5027d93 (diff) | |
download | gsoc2013-evolution-c604cce9c6c14fb3ab6bcc2784eaa6eff00637e7.tar gsoc2013-evolution-c604cce9c6c14fb3ab6bcc2784eaa6eff00637e7.tar.gz gsoc2013-evolution-c604cce9c6c14fb3ab6bcc2784eaa6eff00637e7.tar.bz2 gsoc2013-evolution-c604cce9c6c14fb3ab6bcc2784eaa6eff00637e7.tar.lz gsoc2013-evolution-c604cce9c6c14fb3ab6bcc2784eaa6eff00637e7.tar.xz gsoc2013-evolution-c604cce9c6c14fb3ab6bcc2784eaa6eff00637e7.tar.zst gsoc2013-evolution-c604cce9c6c14fb3ab6bcc2784eaa6eff00637e7.zip |
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
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 2eae694d46..690d3bb497 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,23 @@ 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". + +2001-07-19 Jason Leach <jleach@ximian.com> + * e-shell-folder-title-bar.c (e_shell_folder_title_bar_construct): Line up the padding for the folder title bar labels when you have the folder bar enabled or disabled (previously when disabled it |