diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2003-02-19 04:52:38 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2003-02-19 04:52:38 +0800 |
commit | 6f2a8a88d90bcec610b4391d7b5fbf81f5561cfe (patch) | |
tree | e005eff005471f230e0947c90dee9a9d0df38882 /shell/ChangeLog | |
parent | 1907e1a2d78a04c760d9e4ef9479447186ef1aa2 (diff) | |
download | gsoc2013-evolution-6f2a8a88d90bcec610b4391d7b5fbf81f5561cfe.tar.gz gsoc2013-evolution-6f2a8a88d90bcec610b4391d7b5fbf81f5561cfe.tar.zst gsoc2013-evolution-6f2a8a88d90bcec610b4391d7b5fbf81f5561cfe.zip |
(shortcut_item_new): Get the name from the name,
not the type. Fixes #37952, pointed out by Lonnie Borntreger.
svn path=/trunk/; revision=19935
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 0cf9b331fa..b9b900caf7 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,8 @@ +2003-02-18 Ettore Perazzoli <ettore@ximian.com> + + * e-shortcuts.c (shortcut_item_new): Get the name from the name, + not the type. Fixes #37952, pointed out by Lonnie Borntreger. + 2003-02-17 Chris Toshok <toshok@ximian.com> * e-shortcuts.c (load_shortcuts): plug memory leak - free path. |