Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann Leboulanger <asterix@lagaule.org>2011-12-31 18:54:11 +0400
committerYann Leboulanger <asterix@lagaule.org>2011-12-31 18:54:11 +0400
commitbbdef5f22ba699318e50d8bb8db2e24038a1453a (patch)
treefd4715a2d981b013b1f00d3a81cfd68833326f27
parenteab5418228b4eab65822b8f1ebf5f83fe612550a (diff)
handle MISSING PASSPHRASE in gnupg.py
-rw-r--r--src/common/gnupg.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/gnupg.py b/src/common/gnupg.py
index e3bed526e..f5c703414 100644
--- a/src/common/gnupg.py
+++ b/src/common/gnupg.py
@@ -962,7 +962,7 @@ class Sign(object):
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,