Changeset 8546
- Timestamp:
- 08/22/07 14:08:26 (16 months ago)
- Files:
-
- 1 modified
-
trunk/src/dialogs.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/dialogs.py
r8545 r8546 3262 3262 contact = \ 3263 3263 gajim.contacts.get_contact_with_highest_priority(account, jid) 3264 contact_transport = gajim.get_transport_name_from_jid(jid)3264 contact_transport = contact.is_transport() 3265 3265 if contact.jid not in self.auto_jids and \ 3266 3266 not contact_transport and \
