Show
Ignore:
Timestamp:
05/31/06 14:51:57 (3 years ago)
Author:
dkirov
Message:

merging r6308

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/gajim_0.10/src/roster_window.py

    r6354 r6387  
    27692769 
    27702770                for win in gajim.interface.msg_win_mgr.windows(): 
    2771                         for ctrl in gajim.interface.msg_win_mgr.controls(): 
     2771                        for ctrl in win.controls(): 
    27722772                                ctrl.update_ui() 
    27732773                                win.redraw_tab(ctrl)