diff options
author | Jeffrey Stedfast <fejj@helixcode.com> | 2000-07-20 01:34:08 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-07-20 01:34:08 +0800 |
commit | a273803fab7a94128cc6cd8fc780827c2b5c1364 (patch) | |
tree | 7430f30b0232064877695ba22977ccc7871c4913 /mail/ChangeLog | |
parent | 19f73a38d8c47974a1da01b2ebbd257b768a2076 (diff) | |
download | gsoc2013-evolution-a273803fab7a94128cc6cd8fc780827c2b5c1364.tar gsoc2013-evolution-a273803fab7a94128cc6cd8fc780827c2b5c1364.tar.gz gsoc2013-evolution-a273803fab7a94128cc6cd8fc780827c2b5c1364.tar.bz2 gsoc2013-evolution-a273803fab7a94128cc6cd8fc780827c2b5c1364.tar.lz gsoc2013-evolution-a273803fab7a94128cc6cd8fc780827c2b5c1364.tar.xz gsoc2013-evolution-a273803fab7a94128cc6cd8fc780827c2b5c1364.tar.zst gsoc2013-evolution-a273803fab7a94128cc6cd8fc780827c2b5c1364.zip |
What if message info is NULL?
2000-07-19 Jeffrey Stedfast <fejj@helixcode.com>
* message-thread.c (thread_messages): What if message info is NULL?
svn path=/trunk/; revision=4222
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 674ac9c5b1..c6579a49fe 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,7 @@ +2000-07-19 Jeffrey Stedfast <fejj@helixcode.com> + + * message-thread.c (thread_messages): What if message info is NULL? + 2000-07-16 Jeffrey Stedfast <fejj@helixcode.com> * folder-browser.c, component-factory.c: Initial code to support |