diff options
author | Not Zed <NotZed@Ximian.com> | 2004-05-18 11:18:21 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-05-18 11:18:21 +0800 |
commit | f8921df01e239b4d77ce9b226c68fbd62cbffb9a (patch) | |
tree | 03364d89a6455326d33aa2ed467aa181f392423e /camel/ChangeLog | |
parent | 2983d377425a6a34411630363e91e0951b58d2b9 (diff) | |
download | gsoc2013-evolution-f8921df01e239b4d77ce9b226c68fbd62cbffb9a.tar gsoc2013-evolution-f8921df01e239b4d77ce9b226c68fbd62cbffb9a.tar.gz gsoc2013-evolution-f8921df01e239b4d77ce9b226c68fbd62cbffb9a.tar.bz2 gsoc2013-evolution-f8921df01e239b4d77ce9b226c68fbd62cbffb9a.tar.lz gsoc2013-evolution-f8921df01e239b4d77ce9b226c68fbd62cbffb9a.tar.xz gsoc2013-evolution-f8921df01e239b4d77ce9b226c68fbd62cbffb9a.tar.zst gsoc2013-evolution-f8921df01e239b4d77ce9b226c68fbd62cbffb9a.zip |
check for NULL implementation before calling it. (disco_sync): similar.
2004-05-18 Not Zed <NotZed@Ximian.com>
* camel-disco-folder.c (disco_expunge_uids): check for NULL
implementation before calling it.
(disco_sync): similar. Fixes crash #58278.
svn path=/trunk/; revision=25944
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 1cc5432ec5..ade1bd5458 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,9 @@ +2004-05-18 Not Zed <NotZed@Ximian.com> + + * camel-disco-folder.c (disco_expunge_uids): check for NULL + implementation before calling it. + (disco_sync): similar. Fixes crash #58278. + 2004-05-17 Jeffrey Stedfast <fejj@novell.com> * camel-folder-search.c (search_match_threads): Fixed a string type-o. |