fix typo
This commit is contained in:
parent
77cd0f3310
commit
f883a079c3
|
@ -1653,7 +1653,7 @@ class ChatControl(ChatControlBase):
|
||||||
self.account, 'log_encrypted_sessions')
|
self.account, 'log_encrypted_sessions')
|
||||||
# GPG is always authenticated as we use GPG's WoT
|
# GPG is always authenticated as we use GPG's WoT
|
||||||
self._show_lock_image(self.gpg_is_active, 'OpenPGP',
|
self._show_lock_image(self.gpg_is_active, 'OpenPGP',
|
||||||
self.gpg_is_active, self.session and self.session.is_loggable()
|
self.gpg_is_active, self.session and self.session.is_loggable(),
|
||||||
True)
|
True)
|
||||||
|
|
||||||
self.update_ui()
|
self.update_ui()
|
||||||
|
|
Loading…
Reference in New Issue