redraw tabs from current window only
(fixes TB)
This commit is contained in:
parent
a106d402b8
commit
1db4aa142b
1 changed files with 1 additions and 1 deletions
|
@ -2761,7 +2761,7 @@ _('If "%s" accepts this request you will know his or her status.') % jid)
|
||||||
gajim.interface.systray.set_img()
|
gajim.interface.systray.set_img()
|
||||||
|
|
||||||
for win in gajim.interface.msg_win_mgr.windows():
|
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()
|
ctrl.update_ui()
|
||||||
win.redraw_tab(ctrl)
|
win.redraw_tab(ctrl)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue