diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2002-08-28 02:37:51 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2002-08-28 02:37:51 +0800 |
commit | 545045a58e8b9440261945afd86d10c7956d231e (patch) | |
tree | fdb5d9e40b7b19d2444cac814b3f591aec91401c /shell/ChangeLog | |
parent | 3e580fc5320854262b3038936e18858394feac36 (diff) | |
download | gsoc2013-evolution-545045a58e8b9440261945afd86d10c7956d231e.tar gsoc2013-evolution-545045a58e8b9440261945afd86d10c7956d231e.tar.gz gsoc2013-evolution-545045a58e8b9440261945afd86d10c7956d231e.tar.bz2 gsoc2013-evolution-545045a58e8b9440261945afd86d10c7956d231e.tar.lz gsoc2013-evolution-545045a58e8b9440261945afd86d10c7956d231e.tar.xz gsoc2013-evolution-545045a58e8b9440261945afd86d10c7956d231e.tar.zst gsoc2013-evolution-545045a58e8b9440261945afd86d10c7956d231e.zip |
(get_shortcut_info): Make sure
*custom_icon_name_return is at least set to NULL on return [it
used to leave it uninitialized if the URI was not prefixed with
E_SHELL_URI_PREFIX]. Also use e_shell_parse_uri() to parse the
URI so we handle the default shortcuts properly, too.
svn path=/trunk/; revision=17879
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 7c506271b7..f483196b28 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,11 @@ +2002-08-27 Ettore Perazzoli <ettore@ximian.com> + + * e-shortcuts-view.c (get_shortcut_info): Make sure + *custom_icon_name_return is at least set to NULL on return [it + used to leave it uninitialized if the URI was not prefixed with + E_SHELL_URI_PREFIX]. Also use e_shell_parse_uri() to parse the + URI so we handle the default shortcuts properly, too. + 2002-08-19 Dan Winship <danw@ximian.com> * e-shell-shared-folder-picker-dialog.c (show_dialog): Get the |