remove duplicate code. update_ui() already call draw_banner()

This commit is contained in:
Yann Leboulanger 2006-07-18 09:54:21 +00:00
parent ea2a906e31
commit 964cf7ef2d
1 changed files with 0 additions and 1 deletions

View File

@ -850,7 +850,6 @@ class Interface:
uf_show = helpers.get_uf_show(show)
ctrl.print_conversation(_('%s is now %s (%s)') % (nick, uf_show, status),
'status')
ctrl.draw_banner()
ctrl.parent_win.redraw_tab(ctrl)
if self.remote_ctrl:
self.remote_ctrl.raise_signal('GCPresence', (account, array))