diff --git a/src/roster_window.py b/src/roster_window.py index cfe0016a7a72832c032a05b45cf65dffad07e6fd..503a57e690324ef85c955d5b09f08bd34a7b22da 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)