diff options
author | Rob Bradford <rob@robster.org.uk> | 2007-07-30 17:54:09 +0800 |
---|---|---|
committer | Rob Bradford <rbradford@src.gnome.org> | 2007-07-30 17:54:09 +0800 |
commit | 67a110f6f99c02bb8b7ccb46495525843923fef0 (patch) | |
tree | 9237ed12f39db7e8e4b0a6e8863e7fa0952f6c51 /mail/ChangeLog | |
parent | 3129c718061144ecb87e222e75839d28d303bdc9 (diff) | |
download | gsoc2013-evolution-67a110f6f99c02bb8b7ccb46495525843923fef0.tar gsoc2013-evolution-67a110f6f99c02bb8b7ccb46495525843923fef0.tar.gz gsoc2013-evolution-67a110f6f99c02bb8b7ccb46495525843923fef0.tar.bz2 gsoc2013-evolution-67a110f6f99c02bb8b7ccb46495525843923fef0.tar.lz gsoc2013-evolution-67a110f6f99c02bb8b7ccb46495525843923fef0.tar.xz gsoc2013-evolution-67a110f6f99c02bb8b7ccb46495525843923fef0.tar.zst gsoc2013-evolution-67a110f6f99c02bb8b7ccb46495525843923fef0.zip |
** Potential fix for: #453668
2007-07-29 Rob Bradford <rob@robster.org.uk>
** Potential fix for: #453668
* mail-folder-cache.c: (folder_changed):
Deal with the fact that camel_folder_get_message_info can return NULL
and therefore don't try and dereference anything from that pointer.
svn path=/trunk/; revision=33897
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 075849b1bf..2ba70b9dfa 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,11 @@ +2007-07-29 Rob Bradford <rob@robster.org.uk> + + ** Potential fix for: #453668 + + * mail-folder-cache.c: (folder_changed): + Deal with the fact that camel_folder_get_message_info can return NULL + and therefore don't try and dereference anything from that pointer. + 2007-07-29 Srinivasa Ragavan <sragavan@novell.com> ** Fix for bug #459030 |