aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shortcuts.c
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-07-15 20:41:13 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-07-15 20:41:13 +0800
commit68651fc4a8273a91ca467ab4a91f0160fadef483 (patch)
tree31020471a5edb2d9ff2c79a2b108a282b9cfae6f /shell/e-shortcuts.c
parent694b8bf34f5720fdb4dfb8e00cd221f236fbd88c (diff)
downloadgsoc2013-evolution-68651fc4a8273a91ca467ab4a91f0160fadef483.tar.gz
gsoc2013-evolution-68651fc4a8273a91ca467ab4a91f0160fadef483.tar.zst
gsoc2013-evolution-68651fc4a8273a91ca467ab4a91f0160fadef483.zip
[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
Diffstat (limited to 'shell/e-shortcuts.c')
-rw-r--r--shell/e-shortcuts.c2
1 files changed, 1 insertions, 1 deletions
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));
}
}
rts-gnome/commit/graphics/jasper?h=gnome-3.24&id=52e1cc25231bb244742b3fa255c0d3ecaf4bd5b3'>- Add missing file to pkg-plistmiwi2007-07-042-1/+2 * Replace a tmpnam/open combo with mkstemp. A more aggressive change, whichmi2007-06-122-1/+21 * - Update to 1.9001miwi2007-02-096-23/+35 * Use libtool port instead of included version to avoid objformat a.out botchkris2007-02-01td>linimon2004-03-041-1/+1 * MASTERDIR was either not specified or specified in the wrong makefile.jeh2004-02-261-0/+1