Skip to content
Snippets Groups Projects
Commit 5f7f717e authored by js's avatar js
Browse files

Again, not update_ui(), but update_otr()!

parent 50e31a50
No related branches found
No related tags found
No related merge requests found
......@@ -104,7 +104,7 @@ class ContactOtrSMPWindow:
self.gw('desc_label').set_markup(text)
for ctrl in gajim.interface.msg_win_mgr.get_chat_controls(
self.contact.jid, self.account):
ctrl.update_ui()
ctrl.update_otr()
gajim.otr_ui_ops.write_fingerprints({'account': self.account})
def handle_tlv(self, tlvs):
......@@ -310,7 +310,7 @@ class ContactOtrWindow:
self.ctrl = gajim.interface.msg_win_mgr.get_control(
self.contact.jid, self.account)
if self.ctrl:
self.ctrl.update_ui()
self.ctrl.update_otr()
if self.gw('otr_default_checkbutton').get_active():
# default is enabled, so remove any user-specific
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment