aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorAlfred Peng <alfred.peng@sun.com>2004-03-18 14:38:35 +0800
committerJack Jia <jackjia@src.gnome.org>2004-03-18 14:38:35 +0800
commit7ff47f45a22a51fee075cf4a40b434159c6893a6 (patch)
treec97646e5e04faa80bc5dd29fc7624939ce11d406 /calendar/ChangeLog
parentd88fb93892dab396b104113f7dcdf9c7f621d4b3 (diff)
downloadgsoc2013-evolution-7ff47f45a22a51fee075cf4a40b434159c6893a6.tar
gsoc2013-evolution-7ff47f45a22a51fee075cf4a40b434159c6893a6.tar.gz
gsoc2013-evolution-7ff47f45a22a51fee075cf4a40b434159c6893a6.tar.bz2
gsoc2013-evolution-7ff47f45a22a51fee075cf4a40b434159c6893a6.tar.lz
gsoc2013-evolution-7ff47f45a22a51fee075cf4a40b434159c6893a6.tar.xz
gsoc2013-evolution-7ff47f45a22a51fee075cf4a40b434159c6893a6.tar.zst
gsoc2013-evolution-7ff47f45a22a51fee075cf4a40b434159c6893a6.zip
Fix #51187 on bugzilla of ximian If "alarms" or "alarms->alarms" is NULL
2004-03-18 Alfred Peng <alfred.peng@sun.com> * Fix #51187 on bugzilla of ximian * gui/alarm-notify/alarm-queue.c (query_objects_changed_cb): If "alarms" or "alarms->alarms" is NULL after querying a calendar for the alarms of a particular object, the reuse of "cqa" will probably cause evolution-alarm-notify to crash. So remove "cqa" when "alarms" or "alarms->alarms" is NULL. Otherwise update it. svn path=/trunk/; revision=25112
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 7965253e1d..8dbb13b5c4 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,13 @@
+2004-03-18 Alfred Peng <alfred.peng@sun.com>
+
+ * Fix #51187 on bugzilla of ximian
+ * gui/alarm-notify/alarm-queue.c (query_objects_changed_cb):
+ If "alarms" or "alarms->alarms" is NULL after querying a calendar
+ for the alarms of a particular object, the reuse of "cqa" will
+ probably cause evolution-alarm-notify to crash.
+ So remove "cqa" when "alarms" or "alarms->alarms" is NULL. Otherwise
+ update it.
+
2004-03-17 hpnadig <hp@ndeepak.info>
* gui/dialogs/task-page.glade: Capitalized words changed. Solves 48115.