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

win.get_controls() isn't needed anymore

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/message_window.py

    r9846 r9847  
    586586        def has_control(self, jid, acct): 
    587587                return (acct in self._controls and jid in self._controls[acct]) 
    588  
    589         def get_controls(self, jid, acct): 
    590                 try: 
    591                         return self._controls[acct][jid] 
    592                 except KeyError: 
    593                         return [] 
    594588 
    595589        def change_key(self, old_jid, new_jid, acct):