also redraw the window title when we change contact nick. Fixes #1599

This commit is contained in:
Yann Leboulanger 2006-02-21 19:44:53 +00:00
parent a786a13d4c
commit df08d2f0c6
1 changed files with 1 additions and 0 deletions

View File

@ -2317,6 +2317,7 @@ _('If "%s" accepts this request you will know his or her status.') % jid)
ctrl.update_ui()
win = gajim.interface.msg_win_mgr.get_window(jid, account)
win.redraw_tab(ctrl)
win.show_title()
elif type == 'group':
# in C_JID cilumn it's not escaped
old_name = model[iter][C_JID].decode('utf-8')