From 68651fc4a8273a91ca467ab4a91f0160fadef483 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Sun, 15 Jul 2001 12:41:13 +0000 Subject: [Fix #4387, Shortcut bar items don't keep the name after rename.] * e-shortcuts.c (update_shortcuts_by_path): Do not change the name of the shortcut if the folder's name changes. svn path=/trunk/; revision=11115 --- shell/ChangeLog | 7 +++++++ shell/e-shortcuts.c | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) (limited to 'shell') diff --git a/shell/ChangeLog b/shell/ChangeLog index 94651d5e9e..bd4ed7411a 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,10 @@ +2001-07-15 Ettore Perazzoli + + [Fix #4387, Shortcut bar items don't keep the name after rename.] + + * e-shortcuts.c (update_shortcuts_by_path): Do not change the name + of the shortcut if the folder's name changes. + 2001-07-15 Ettore Perazzoli * e-storage-set-view.c (etree_icon_at): Return an icon for depths diff --git a/shell/e-shortcuts.c b/shell/e-shortcuts.c index b19336a988..dcc24fd3d0 100644 --- a/shell/e-shortcuts.c +++ b/shell/e-shortcuts.c @@ -501,7 +501,7 @@ update_shortcuts_by_path (EShortcuts *shortcuts, group_num, num, evolution_uri, - NULL, + shortcut_item->name, e_folder_get_type_string (folder)); } } -- cgit