diff options
author | Not Zed <NotZed@Ximian.com> | 2003-01-06 07:48:10 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2003-01-06 07:48:10 +0800 |
commit | 18f922ae4bc302e14f248c12a347a24882160906 (patch) | |
tree | 57548834718c2a12ab52cc3969343082a3e411bf /camel/ChangeLog | |
parent | 1c9b48a33c1bf565eb9481bad4b31309ad4d2753 (diff) | |
download | gsoc2013-evolution-18f922ae4bc302e14f248c12a347a24882160906.tar gsoc2013-evolution-18f922ae4bc302e14f248c12a347a24882160906.tar.gz gsoc2013-evolution-18f922ae4bc302e14f248c12a347a24882160906.tar.bz2 gsoc2013-evolution-18f922ae4bc302e14f248c12a347a24882160906.tar.lz gsoc2013-evolution-18f922ae4bc302e14f248c12a347a24882160906.tar.xz gsoc2013-evolution-18f922ae4bc302e14f248c12a347a24882160906.tar.zst gsoc2013-evolution-18f922ae4bc302e14f248c12a347a24882160906.zip |
init local exception before doing anything. fixes a crash.
2003-01-06 Not Zed <NotZed@Ximian.com>
* camel-store.c (store_sync): init local exception before doing
anything. fixes a crash.
svn path=/trunk/; revision=19238
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 25b93b452d..f1ff4814a8 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,8 @@ +2003-01-06 Not Zed <NotZed@Ximian.com> + + * camel-store.c (store_sync): init local exception before doing + anything. fixes a crash. + 2003-01-04 Jeffrey Stedfast <fejj@ximian.com> * providers/smtp/camel-smtp-transport.c (smtp_send_to): Instead of |