Changeset 9308 for branches/session_centric/src/chat_control.py
- Timestamp:
- 02/06/08 06:24:07 (10 months ago)
- Files:
-
- 1 modified
-
branches/session_centric/src/chat_control.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/session_centric/src/chat_control.py
r9299 r9308 679 679 event = 'message_received' 680 680 show_in_roster = notify.get_show_in_roster(event, 681 self.account, self.contact )681 self.account, self.contact, self.session) 682 682 show_in_systray = notify.get_show_in_systray(event, 683 683 self.account, self.contact) … … 1842 1842 # destroy banner tooltip - bug #pygtk for that! 1843 1843 self.status_tooltip.destroy() 1844 1844 1845 # Send 'gone' chatstate 1845 1846 self.send_chatstate('gone', self.contact) 1846 1847 self.contact.chatstate = None 1847 1848 self.contact.our_chatstate = None 1849 1850 self.session.control = None 1851 1848 1852 # Disconnect timer callbacks 1849 1853 gobject.source_remove(self.possible_paused_timeout_id)
