Show
Ignore:
Timestamp:
05/11/08 15:17:28 (7 months ago)
Author:
js
Message:

Reverted r9614 and r9615.

Sorry, bct, but I think it is to early to merge that as it completely
breaks. It seems nobody in gajim@… considers it
usable yet.
I don't know if you got asterix' ok for it and I'm sorry if I reverted
it now although you had his ok, but having broken trunk is very
contra-productive. I think it was just too early to merge.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/common/pep.py

    r9615 r9616  
    254254                        contact.contact_name = nick 
    255255                        gajim.interface.roster.draw_contact(user, name) 
    256                         for ctrl in gajim.interface.msg_win_mgr.get_chat_controls(user, name): 
     256                        ctrl = gajim.interface.msg_win_mgr.get_control(user, name) 
     257                        if ctrl: 
    257258                                ctrl.update_ui() 
    258                                 ctrl.parent_win.redraw_tab(ctrl) 
    259                                 ctrl.parent_win.show_title() 
     259                                win = gajim.interface.msg_win_mgr.get_window(user, name) 
     260                                win.redraw_tab(ctrl) 
     261                                win.show_title() 
    260262        elif retract: 
    261263                contact.contact_name = ''