remove unneeded call to update_ui

This commit is contained in:
Yann Leboulanger 2006-03-13 18:22:44 +00:00
parent def6fbe56d
commit 658ca026ab
1 changed files with 0 additions and 2 deletions

View File

@ -293,8 +293,6 @@ class MessageWindow:
self.window.destroy()
def redraw_tab(self, ctrl, chatstate = None):
ctrl.update_ui()
hbox = self.notebook.get_tab_label(ctrl.widget).get_children()[0]
status_img = hbox.get_children()[0]
nick_label = hbox.get_children()[1]