aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2004-04-01 08:31:03 +0800
committerJP Rosevear <jpr@src.gnome.org>2004-04-01 08:31:03 +0800
commitac4ca10036ec7d3afb60a621c4d43dded203cea7 (patch)
treefcd63853700b0170f793394df50c682431b1debc /calendar/ChangeLog
parent052b3979aea1184559f66cf914aa2da27a3345d3 (diff)
downloadgsoc2013-evolution-ac4ca10036ec7d3afb60a621c4d43dded203cea7.tar
gsoc2013-evolution-ac4ca10036ec7d3afb60a621c4d43dded203cea7.tar.gz
gsoc2013-evolution-ac4ca10036ec7d3afb60a621c4d43dded203cea7.tar.bz2
gsoc2013-evolution-ac4ca10036ec7d3afb60a621c4d43dded203cea7.tar.lz
gsoc2013-evolution-ac4ca10036ec7d3afb60a621c4d43dded203cea7.tar.xz
gsoc2013-evolution-ac4ca10036ec7d3afb60a621c4d43dded203cea7.tar.zst
gsoc2013-evolution-ac4ca10036ec7d3afb60a621c4d43dded203cea7.zip
Fixes #56120
2004-03-31 JP Rosevear <jpr@ximian.com> Fixes #56120 * gui/gnome-cal.c (append_category_cb): update the correct element (client_categories_changed_cb): pass the array, not a reference to it svn path=/trunk/; revision=25273
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 1b1829c0b8..2b31debdbe 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,11 @@
+2004-03-31 JP Rosevear <jpr@ximian.com>
+
+ Fixes #56120
+
+ * gui/gnome-cal.c (append_category_cb): update the correct element
+ (client_categories_changed_cb): pass the array, not a reference to
+ it
+
2004-03-31 Rodrigo Moya <rodrigo@ximian.com>
* gui/gnome-cal.c: fixed documentation typos.