Changeset 9746

Show
Ignore:
Timestamp:
06/03/08 01:26:23 (7 months ago)
Author:
bct
Message:

fix TB in move_from_sessionless

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/message_window.py

    r9705 r9746  
    696696                        self._controls[acct] = {} 
    697697 
    698                 if not self.sessionless_ctrls[acct].has_key(jid): 
     698                if not self._controls[acct].has_key(jid): 
    699699                        self._controls[acct][jid] = {} 
    700700