aboutsummaryrefslogtreecommitdiffstats
path: root/my-evolution/ChangeLog
diff options
context:
space:
mode:
authorJon Trowbridge <trow@ximian.com>2001-10-26 03:45:07 +0800
committerJon Trowbridge <trow@src.gnome.org>2001-10-26 03:45:07 +0800
commit580b80f5b3e1a018fc4aeaa9b1b29c24e556a763 (patch)
tree0ef5beb5e419baa08e806b5227d227ffe8894db9 /my-evolution/ChangeLog
parent33fc2cca986200618aed96743fe3aac8cbeb9948 (diff)
downloadgsoc2013-evolution-580b80f5b3e1a018fc4aeaa9b1b29c24e556a763.tar
gsoc2013-evolution-580b80f5b3e1a018fc4aeaa9b1b29c24e556a763.tar.gz
gsoc2013-evolution-580b80f5b3e1a018fc4aeaa9b1b29c24e556a763.tar.bz2
gsoc2013-evolution-580b80f5b3e1a018fc4aeaa9b1b29c24e556a763.tar.lz
gsoc2013-evolution-580b80f5b3e1a018fc4aeaa9b1b29c24e556a763.tar.xz
gsoc2013-evolution-580b80f5b3e1a018fc4aeaa9b1b29c24e556a763.tar.zst
gsoc2013-evolution-580b80f5b3e1a018fc4aeaa9b1b29c24e556a763.zip
It is possible for start_foo.value to be NULL after a cal to
2001-10-25 Jon Trowbridge <trow@ximian.com> * e-summary-tasks.c (sort_uids): It is possible for start_foo.value to be NULL after a cal to cal_component_get_dtstart, so we need to check for this before dereferencing it. (Bug #13259) svn path=/trunk/; revision=14097
Diffstat (limited to 'my-evolution/ChangeLog')
-rw-r--r--my-evolution/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/my-evolution/ChangeLog b/my-evolution/ChangeLog
index cceecbda73..9204d054cd 100644
--- a/my-evolution/ChangeLog
+++ b/my-evolution/ChangeLog
@@ -1,3 +1,10 @@
+2001-10-25 Jon Trowbridge <trow@ximian.com>
+
+ * e-summary-tasks.c (sort_uids): It is possible for
+ start_foo.value to be NULL after a cal to
+ cal_component_get_dtstart, so we need to check for this before
+ dereferencing it. (Bug #13259)
+
2001-10-24 Iain Holmes <iain@ximian.com>
* e-summary-mail.c (e_summary_mail_init): Don't free the mail part.