Skip to content
Snippets Groups Projects
Commit df08d2f0 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

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

parent a786a13d
No related branches found
No related tags found
No related merge requests found
......@@ -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')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment