Show
Ignore:
Timestamp:
05/03/08 02:10:17 (7 months ago)
Author:
bct
Message:

pm fixes

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/session_centric/src/roster_window.py

    r9556 r9560  
    39273927                if not mw: 
    39283928                        mw = gajim.interface.msg_win_mgr.create_window(contact, account, type_) 
     3929 
     3930                if not session: 
     3931                        session = gajim.connections[account].get_session(fjid, None, 'pm') 
    39293932 
    39303933                chat_control = PrivateChatControl(mw, gc_contact, contact, account, session)