aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2004-04-22 11:51:14 +0800
committerJP Rosevear <jpr@src.gnome.org>2004-04-22 11:51:14 +0800
commit3a33b10b205b720d777111ace622e77ef63901b3 (patch)
tree1adfb73c07adc89ec34b25b639ded30ac23950bd /calendar/ChangeLog
parent9e08fd4d208933cea4e98bba0f155be1583ddfdc (diff)
downloadgsoc2013-evolution-3a33b10b205b720d777111ace622e77ef63901b3.tar
gsoc2013-evolution-3a33b10b205b720d777111ace622e77ef63901b3.tar.gz
gsoc2013-evolution-3a33b10b205b720d777111ace622e77ef63901b3.tar.bz2
gsoc2013-evolution-3a33b10b205b720d777111ace622e77ef63901b3.tar.lz
gsoc2013-evolution-3a33b10b205b720d777111ace622e77ef63901b3.tar.xz
gsoc2013-evolution-3a33b10b205b720d777111ace622e77ef63901b3.tar.zst
gsoc2013-evolution-3a33b10b205b720d777111ace622e77ef63901b3.zip
make sure we don't deref a NULL pointer
2004-04-21 JP Rosevear <jpr@ximian.com> * gui/calendar-component.c (create_new_event): make sure we don't deref a NULL pointer svn path=/trunk/; revision=25573
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index faaf240722..a8953c347b 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,8 @@
+2004-04-21 JP Rosevear <jpr@ximian.com>
+
+ * gui/calendar-component.c (create_new_event): make sure we don't
+ deref a NULL pointer
+
2004-04-21 JP Rosevear <jpr@ximian.com>
Fixes #56504