affect variable before using it. Fixes #4264
This commit is contained in:
parent
643e47175a
commit
0ce5c0678e
|
@ -1516,6 +1516,7 @@ class ChatControl(ChatControlBase):
|
||||||
# Disable encryption
|
# Disable encryption
|
||||||
ec.remove(self.contact.jid)
|
ec.remove(self.contact.jid)
|
||||||
self.gpg_is_active = False
|
self.gpg_is_active = False
|
||||||
|
loggable = False
|
||||||
msg = _('GPG encryption disabled')
|
msg = _('GPG encryption disabled')
|
||||||
ChatControlBase.print_conversation_line(self, msg,
|
ChatControlBase.print_conversation_line(self, msg,
|
||||||
'status', '', None)
|
'status', '', None)
|
||||||
|
|
Loading…
Reference in New Issue