aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2002-10-28 09:43:08 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-10-28 09:43:08 +0800
commit8ef877a11e28fb9b4abbad109b237e1f53765275 (patch)
tree619a031ee6a9b616441bb3fdd87c9bf873b136e4 /camel/ChangeLog
parente5d1afdc538dbb0d298ef6c8352d165384c42930 (diff)
downloadgsoc2013-evolution-8ef877a11e28fb9b4abbad109b237e1f53765275.tar
gsoc2013-evolution-8ef877a11e28fb9b4abbad109b237e1f53765275.tar.gz
gsoc2013-evolution-8ef877a11e28fb9b4abbad109b237e1f53765275.tar.bz2
gsoc2013-evolution-8ef877a11e28fb9b4abbad109b237e1f53765275.tar.lz
gsoc2013-evolution-8ef877a11e28fb9b4abbad109b237e1f53765275.tar.xz
gsoc2013-evolution-8ef877a11e28fb9b4abbad109b237e1f53765275.tar.zst
gsoc2013-evolution-8ef877a11e28fb9b4abbad109b237e1f53765275.zip
Don't prematurely set gpg->complete to TRUE. Let gpg_ctx_op_step () set it
2002-10-25 Jeffrey Stedfast <fejj@ximian.com> * camel-gpg-context.c (gpg_ctx_parse_status): Don't prematurely set gpg->complete to TRUE. Let gpg_ctx_op_step () set it to TRUE when gpg closes the status-fd instead. svn path=/trunk/; revision=18448
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 5c7fe65570..bf98740615 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,9 @@
+2002-10-25 Jeffrey Stedfast <fejj@ximian.com>
+
+ * camel-gpg-context.c (gpg_ctx_parse_status): Don't prematurely
+ set gpg->complete to TRUE. Let gpg_ctx_op_step () set it to TRUE
+ when gpg closes the status-fd instead.
+
2002-10-24 Not Zed <NotZed@Ximian.com>
** For bug #31647 and bug #31456.