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':
|
||||
self.USE_GPG = False
|
||||
signed = ''
|
||||
gajim.nec.push_incoming_event(BadGPGPassphrase(None,
|
||||
gajim.nec.push_incoming_event(BadGPGPassphraseEvent(None,
|
||||
conn=self))
|
||||
return signed
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue