fix typo
This commit is contained in:
parent
078de46bf0
commit
c8dcfc771b
1 changed files with 1 additions and 1 deletions
|
@ -223,7 +223,7 @@ class CommonConnection:
|
||||||
if signed == 'BAD_PASSPHRASE':
|
if signed == 'BAD_PASSPHRASE':
|
||||||
self.USE_GPG = False
|
self.USE_GPG = False
|
||||||
signed = ''
|
signed = ''
|
||||||
gajim.nec.push_incoming_event(BadGPGPassphrase(None,
|
gajim.nec.push_incoming_event(BadGPGPassphraseEvent(None,
|
||||||
conn=self))
|
conn=self))
|
||||||
return signed
|
return signed
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue