diff options
author | Jacob Leach <jleach@src.gnome.org> | 2001-01-19 15:41:48 +0800 |
---|---|---|
committer | Jacob Leach <jleach@src.gnome.org> | 2001-01-19 15:41:48 +0800 |
commit | 3da36c62ad05875f71021f8933b6dc7cd3dd9826 (patch) | |
tree | ec08f977c83c01e54b928b06846ce301dde34f95 /shell | |
parent | fb06ffa383cd7f2398ff9332438d78a4921b5fc1 (diff) | |
download | gsoc2013-evolution-3da36c62ad05875f71021f8933b6dc7cd3dd9826.tar gsoc2013-evolution-3da36c62ad05875f71021f8933b6dc7cd3dd9826.tar.gz gsoc2013-evolution-3da36c62ad05875f71021f8933b6dc7cd3dd9826.tar.bz2 gsoc2013-evolution-3da36c62ad05875f71021f8933b6dc7cd3dd9826.tar.lz gsoc2013-evolution-3da36c62ad05875f71021f8933b6dc7cd3dd9826.tar.xz gsoc2013-evolution-3da36c62ad05875f71021f8933b6dc7cd3dd9826.tar.zst gsoc2013-evolution-3da36c62ad05875f71021f8933b6dc7cd3dd9826.zip |
typo fixes
svn path=/trunk/; revision=7640
Diffstat (limited to 'shell')
-rw-r--r-- | shell/ChangeLog | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 005a55a8fa..0fd988508e 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,4 +1,4 @@ -2001-01-17 Jason Leach <jasonleach@usa.net> +2001-01-19 Jason Leach <jasonleach@usa.net> (Bug #883: Shortcut bar does not update when a folders display name changes) @@ -17,10 +17,10 @@ initiates the shell updating. * e-shortcuts.c (e_shortcuts_update_shortcut_by_uri): New - function. Given a uri for a shortcut bar item, we'll update it. + function. Given a URI for a shortcut bar item, we'll update it. * e-shortcuts.c (e_shortcuts_remove_shortcut_by_uri): New - function. Given a uri for a shortcut bar item, we'll remove it. + function. Given a URI for a shortcut bar item, we'll remove it. * e-shortcuts.c (removed_folder_cb): Connect this callback that will remove a renamed vfolder from the shortcut bar. Temporary @@ -32,7 +32,6 @@ * e-shell-view.c (save_shortcut_bar_icon_modes): New static function, save the icon modes (for all shortcut bar groups, even though we only have one group now). - (load_shortcut_bar_icon_modes): New static function, load the saved shortcut bar group icon modes and apply them to our shortcut bar. |