changeset 62a3c2e30276 in /home/hg/repos/gajim

details:http://hg.gajim.org/gajim?cmd=changeset;node=62a3c2e30276
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 a8cbcf420d64 -r 62a3c2e30276 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