changeset 63731356fe01 in /home/hg/repos/gajim

details:http://hg.gajim.org/gajim?cmd=changeset;node=63731356fe01
description: handle MISSING PASSPHRASE in gnupg.py

diffstat:

 src/common/gnupg.py |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 1c7a1df1e20a -r 63731356fe01 src/common/gnupg.py
--- a/src/common/gnupg.py       Mon Dec 19 10:26:36 2011 +0100
+++ b/src/common/gnupg.py       Sat Dec 31 15:54:11 2011 +0100
@@ -962,7 +962,7 @@
 
     def handle_status(self, key, value):
         if key in ("USERID_HINT", "NEED_PASSPHRASE", "BAD_PASSPHRASE",
-                   "GOOD_PASSPHRASE", "BEGIN_SIGNING"):
+                   "GOOD_PASSPHRASE", "BEGIN_SIGNING", "MISSING_PASSPHRASE"):
             pass
         elif key == "SIG_CREATED":
             (self.type,
_______________________________________________
Commits mailing list
[email protected]
http://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to