remove unneeded call to update_ui
This commit is contained in:
parent
def6fbe56d
commit
658ca026ab
|
@ -293,8 +293,6 @@ class MessageWindow:
|
||||||
self.window.destroy()
|
self.window.destroy()
|
||||||
|
|
||||||
def redraw_tab(self, ctrl, chatstate = None):
|
def redraw_tab(self, ctrl, chatstate = None):
|
||||||
ctrl.update_ui()
|
|
||||||
|
|
||||||
hbox = self.notebook.get_tab_label(ctrl.widget).get_children()[0]
|
hbox = self.notebook.get_tab_label(ctrl.widget).get_children()[0]
|
||||||
status_img = hbox.get_children()[0]
|
status_img = hbox.get_children()[0]
|
||||||
nick_label = hbox.get_children()[1]
|
nick_label = hbox.get_children()[1]
|
||||||
|
|
Loading…
Reference in New Issue