From df08d2f0c6acae7bb33f67932d76d8f038ed5395 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Tue, 21 Feb 2006 19:44:53 +0000 Subject: [PATCH] also redraw the window title when we change contact nick. Fixes #1599 --- src/roster_window.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/roster_window.py b/src/roster_window.py index fae008fa6..2bd43548e 100644 --- a/src/roster_window.py +++ b/src/roster_window.py @@ -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')