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/gajim.py

    r9556 r9560  
    728728                jids = full_jid_with_resource.split('/', 1) 
    729729                jid = jids[0] 
    730                 gc_control = self.msg_win_mgr.get_control(jid, account) 
     730                gc_control = self.msg_win_mgr.get_gc_control(jid, account) 
    731731                if not gc_control and \ 
    732732                jid in self.minimized_controls[account]: