update_ui() doesn't call update_otr(). We want update_otr() here.

This commit is contained in:
js 2008-05-19 18:57:14 +00:00
parent acc78e6d48
commit 303a09d7c8
1 changed files with 1 additions and 1 deletions

View File

@ -2411,7 +2411,7 @@ class ChatControl(ChatControlBase):
fjid.encode()) fjid.encode())
gajim.otr_ui_ops.gajim_log("Private conversation with %s lost."%fjid, gajim.otr_ui_ops.gajim_log("Private conversation with %s lost."%fjid,
self.account, fjid.encode()) self.account, fjid.encode())
self.update_ui() self.update_otr()
def _on_otr_settings_menuitem_activate(self, widget): def _on_otr_settings_menuitem_activate(self, widget):
gajim.otr_windows.ContactOtrWindow(self.contact, self.account, self) gajim.otr_windows.ContactOtrWindow(self.contact, self.account, self)
def _on_smp_otr_menuitem_activate(self, widget): def _on_smp_otr_menuitem_activate(self, widget):