Show
Ignore:
Timestamp:
12/18/07 03:07:49 (11 months ago)
Author:
nicfit
Message:

Disable hiding roster when there are no message controls open

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/one_window/src/message_window.py

    r9160 r9168  
    773773                return self.get_window(jid, acct) != None 
    774774 
    775         def one_window_opened(self, contact, acct, type): 
     775        def one_window_opened(self, contact=None, acct=None, type=None): 
    776776                try: 
    777777                        return self._windows[self._mode_to_key(contact, acct, type)] != None