Changeset 9846 for trunk/src/session.py

Show
Ignore:
Timestamp:
06/27/08 01:36:58 (5 months ago)
Author:
bct
Message:

first pass at stripping out the one-tab-per-session code

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/session.py

    r9844 r9846  
    180180                if not self.control: 
    181181                        # look for an existing chat control without a session 
    182                         ctrl = gajim.interface.msg_win_mgr.get_sessionless_ctrl(self.conn.name, jid) 
     182                        ctrl = gajim.interface.msg_win_mgr.get_control(jid, self.conn.name) 
    183183                        if ctrl: 
    184184                                self.control = ctrl