aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@novell.com>2004-09-04 00:41:16 +0800
committerRodrigo Moya <rodrigo@src.gnome.org>2004-09-04 00:41:16 +0800
commit6c8275587de84ce04ba13641b5e724e71703b859 (patch)
tree78b7b815bced22babab935710d172b5816805672 /calendar/ChangeLog
parent185a26f76253315fabe4c2719172b51647d49f53 (diff)
downloadgsoc2013-evolution-6c8275587de84ce04ba13641b5e724e71703b859.tar
gsoc2013-evolution-6c8275587de84ce04ba13641b5e724e71703b859.tar.gz
gsoc2013-evolution-6c8275587de84ce04ba13641b5e724e71703b859.tar.bz2
gsoc2013-evolution-6c8275587de84ce04ba13641b5e724e71703b859.tar.lz
gsoc2013-evolution-6c8275587de84ce04ba13641b5e724e71703b859.tar.xz
gsoc2013-evolution-6c8275587de84ce04ba13641b5e724e71703b859.tar.zst
gsoc2013-evolution-6c8275587de84ce04ba13641b5e724e71703b859.zip
Fixes #62392
2004-08-31 Rodrigo Moya <rodrigo@novell.com> Fixes #62392 * gui/alarm-notify/alarm-queue.c (display_notification): ref the client's query object so that it doesn't disappear on us. (tray_icon_destroyed_cb): unref the query previously ref'ed. svn path=/trunk/; revision=27132
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 43909a5bd9..a7bcc95db5 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,5 +1,13 @@
2004-08-31 Rodrigo Moya <rodrigo@novell.com>
+ Fixes #62392
+
+ * gui/alarm-notify/alarm-queue.c (display_notification): ref the
+ client's query object so that it doesn't disappear on us.
+ (tray_icon_destroyed_cb): unref the query previously ref'ed.
+
+2004-08-31 Rodrigo Moya <rodrigo@novell.com>
+
* gui/e-cal-model-tasks.c: include missing string.h, to avoid
problems in 64 bit builds.