diff options
author | Not Zed <NotZed@Ximian.com> | 2004-06-10 10:13:24 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-06-10 10:13:24 +0800 |
commit | 51f081335faf0609b65e284a48d4b5513a72a04d (patch) | |
tree | 03039ff0f2ade194e8852761b330ab4f32a6de3a /camel/ChangeLog | |
parent | 8d2043ec63bc9c6998f2a1aea610279313f1f9ad (diff) | |
download | gsoc2013-evolution-51f081335faf0609b65e284a48d4b5513a72a04d.tar gsoc2013-evolution-51f081335faf0609b65e284a48d4b5513a72a04d.tar.gz gsoc2013-evolution-51f081335faf0609b65e284a48d4b5513a72a04d.tar.bz2 gsoc2013-evolution-51f081335faf0609b65e284a48d4b5513a72a04d.tar.lz gsoc2013-evolution-51f081335faf0609b65e284a48d4b5513a72a04d.tar.xz gsoc2013-evolution-51f081335faf0609b65e284a48d4b5513a72a04d.tar.zst gsoc2013-evolution-51f081335faf0609b65e284a48d4b5513a72a04d.zip |
move the stream based checking into the loop, after we connect. Fixes a
2004-06-10 Not Zed <NotZed@Ximian.com>
* providers/nntp/camel-nntp-store.c (camel_nntp_command): move the
stream based checking into the loop, after we connect. Fixes a
crash.
svn path=/trunk/; revision=26272
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 26a4bb4c2e..5487d5e9b0 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,9 @@ +2004-06-10 Not Zed <NotZed@Ximian.com> + + * providers/nntp/camel-nntp-store.c (camel_nntp_command): move the + stream based checking into the loop, after we connect. Fixes a + crash. + 2004-06-09 Jeffrey Stedfast <fejj@novell.com> * camel-gpg-context.c (gpg_verify): Fixed a case where it was |