From 1db4aa142b0197b54f81e835f0c5d866ba4209c9 Mon Sep 17 00:00:00 2001 From: Dimitur Kirov Date: Tue, 9 May 2006 13:03:52 +0000 Subject: [PATCH] redraw tabs from current window only (fixes TB) --- src/roster_window.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/roster_window.py b/src/roster_window.py index cfe0016a7..503a57e69 100644 --- a/src/roster_window.py +++ b/src/roster_window.py @@ -2761,7 +2761,7 @@ _('If "%s" accepts this request you will know his or her status.') % jid) gajim.interface.systray.set_img() for win in gajim.interface.msg_win_mgr.windows(): - for ctrl in gajim.interface.msg_win_mgr.controls(): + for ctrl in win.controls(): ctrl.update_ui() win.redraw_tab(ctrl)