fix traceback when goig offline in the first 30 sec after authenticating with GPG. Fixes #5970
This commit is contained in:
parent
e764c76e3f
commit
7b4e4ee410
|
@ -3403,7 +3403,7 @@ class PassphraseRequest:
|
||||||
gajim.interface.forget_gpg_passphrase, self.keyid)
|
gajim.interface.forget_gpg_passphrase, self.keyid)
|
||||||
for (account, cb) in self.callbacks:
|
for (account, cb) in self.callbacks:
|
||||||
self.run_callback(account, cb)
|
self.run_callback(account, cb)
|
||||||
del self.callbacks
|
self.callbacks = []
|
||||||
|
|
||||||
def create_dialog(self, account):
|
def create_dialog(self, account):
|
||||||
title = _('Passphrase Required')
|
title = _('Passphrase Required')
|
||||||
|
|
Loading…
Reference in New Issue