aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2003-01-24 01:09:33 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2003-01-24 01:09:33 +0800
commit7542d81fcf7d8c076d87320de3f17c1afefaf3b0 (patch)
treeb7e9901c74f7fdc21dab7f66e8a9fcf353c93e54 /shell/ChangeLog
parent6582de79d5cf46aacd91f5322b35f8619c5b2f6e (diff)
downloadgsoc2013-evolution-7542d81fcf7d8c076d87320de3f17c1afefaf3b0.tar
gsoc2013-evolution-7542d81fcf7d8c076d87320de3f17c1afefaf3b0.tar.gz
gsoc2013-evolution-7542d81fcf7d8c076d87320de3f17c1afefaf3b0.tar.bz2
gsoc2013-evolution-7542d81fcf7d8c076d87320de3f17c1afefaf3b0.tar.lz
gsoc2013-evolution-7542d81fcf7d8c076d87320de3f17c1afefaf3b0.tar.xz
gsoc2013-evolution-7542d81fcf7d8c076d87320de3f17c1afefaf3b0.tar.zst
gsoc2013-evolution-7542d81fcf7d8c076d87320de3f17c1afefaf3b0.zip
[Port fix for #34129 from evolution-1-2-branch, unread count in
shortcut bar doesn't update properly.] * e-shortcuts.c (update_shortcuts_by_path): Use e_shell_parse_uri() so we handle default shortcuts properly as well. (update_shortcut_and_emit_signal): Use shortcut_item_update() once, and use the return value from it. [Thanks to Leon Zhang <leon.zhang@sun.com> for pointing out the brokenness of this code.] svn path=/trunk/; revision=19585
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r--shell/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 364e2eccaa..b98cc6c90c 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,16 @@
+2002-01-23 Ettore Perazzoli <ettore@ximian.com>
+
+ [Port fix for #34129 from evolution-1-2-branch, unread count in
+ shortcut bar doesn't update properly.]
+
+ * e-shortcuts.c (update_shortcuts_by_path): Use
+ e_shell_parse_uri() so we handle default shortcuts properly as
+ well.
+ (update_shortcut_and_emit_signal): Use shortcut_item_update()
+ once, and use the return value from it. [Thanks to Leon Zhang
+ <leon.zhang@sun.com> for pointing out the brokenness of this
+ code.]
+
2003-01-23 Ettore Perazzoli <ettore@ximian.com>
* e-shell-about-box.c: Update copyright year.