Show
Ignore:
Timestamp:
02/06/08 06:24:07 (10 months ago)
Author:
bct
Message:

post-refactor traceback fixing

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/session_centric/src/chat_control.py

    r9299 r9308  
    679679                                event = 'message_received' 
    680680                                show_in_roster = notify.get_show_in_roster(event, 
    681                                         self.account, self.contact) 
     681                                        self.account, self.contact, self.session) 
    682682                                show_in_systray = notify.get_show_in_systray(event, 
    683683                                        self.account, self.contact) 
     
    18421842                # destroy banner tooltip - bug #pygtk for that! 
    18431843                self.status_tooltip.destroy() 
     1844 
    18441845                # Send 'gone' chatstate 
    18451846                self.send_chatstate('gone', self.contact) 
    18461847                self.contact.chatstate = None 
    18471848                self.contact.our_chatstate = None 
     1849 
     1850                self.session.control = None 
     1851 
    18481852                # Disconnect timer callbacks 
    18491853                gobject.source_remove(self.possible_paused_timeout_id)