Changeset 6308

Show
Ignore:
Timestamp:
05/09/06 15:03:52 (2 years ago)
Author:
dkirov
Message:

redraw tabs from current window only
(fixes TB)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/roster_window.py

    r6279 r6308  
    27622762 
    27632763                for win in gajim.interface.msg_win_mgr.windows(): 
    2764                         for ctrl in gajim.interface.msg_win_mgr.controls(): 
     2764                        for ctrl in win.controls(): 
    27652765                                ctrl.update_ui() 
    27662766                                win.redraw_tab(ctrl)