Changeset 9880 for trunk/src/gajim.py
- Timestamp:
- 07/04/08 01:19:44 (5 months ago)
- Files:
-
- 1 modified
-
trunk/src/gajim.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gajim.py
r9858 r9880 2135 2135 contact = highest_contact 2136 2136 2137 if not session: 2138 session = gajim.connections[account].get_or_create_session(fjid, None) 2139 2140 self.new_chat(contact, account, resource = resource, session = session) 2141 ctrl = session.control 2137 ctrl = self.new_chat(contact, account, resource = resource, session = session) 2142 2138 2143 2139 gajim.last_message_time[account][jid] = 0 # long time ago
