aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2002-05-15 13:24:15 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-05-15 13:24:15 +0800
commitd92240a7413c519e4b001eb54b667257a4f8c9ca (patch)
treeb69d700391948ec5af966b747039ab999784ab93 /mail/ChangeLog
parent90ca5a465b4651e7656ba60307628679d43ef393 (diff)
downloadgsoc2013-evolution-d92240a7413c519e4b001eb54b667257a4f8c9ca.tar
gsoc2013-evolution-d92240a7413c519e4b001eb54b667257a4f8c9ca.tar.gz
gsoc2013-evolution-d92240a7413c519e4b001eb54b667257a4f8c9ca.tar.bz2
gsoc2013-evolution-d92240a7413c519e4b001eb54b667257a4f8c9ca.tar.lz
gsoc2013-evolution-d92240a7413c519e4b001eb54b667257a4f8c9ca.tar.xz
gsoc2013-evolution-d92240a7413c519e4b001eb54b667257a4f8c9ca.tar.zst
gsoc2013-evolution-d92240a7413c519e4b001eb54b667257a4f8c9ca.zip
Instead of g_assert()ing that the msg_info is not NULL, if it is NULL just
2002-05-15 Jeffrey Stedfast <fejj@ximian.com> * message-list.c (ml_tree_value_at): Instead of g_assert()ing that the msg_info is not NULL, if it is NULL just return NULL. This fixes a crash when ETree requests the value at a root node (I don't understand why it needs to do that??). svn path=/trunk/; revision=16796
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index cbed52727d..b8b5c98d3d 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,10 @@
+2002-05-15 Jeffrey Stedfast <fejj@ximian.com>
+
+ * message-list.c (ml_tree_value_at): Instead of g_assert()ing that
+ the msg_info is not NULL, if it is NULL just return NULL. This
+ fixes a crash when ETree requests the value at a root node (I
+ don't understand why it needs to do that??).
+
2002-05-14 Jeffrey Stedfast <fejj@ximian.com>
* folder-info.h: Added.