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
|
||||
ec.remove(self.contact.jid)
|
||||
self.gpg_is_active = False
|
||||
loggable = False
|
||||
msg = _('GPG encryption disabled')
|
||||
ChatControlBase.print_conversation_line(self, msg,
|
||||
'status', '', None)
|
||||
|
|
Loading…
Reference in New Issue