Changeset 7638 for trunk/src/dialogs.py
- Timestamp:
- 12/12/06 15:16:29 (2 years ago)
- Files:
-
- 1 modified
-
trunk/src/dialogs.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/dialogs.py
r7632 r7638 465 465 for j in gajim.contacts.get_jid_list(acct): 466 466 contact = gajim.contacts.get_first_contact_from_jid(acct, j) 467 if _('Transports') in contact.groups:467 if gajim.jid_is_transport(j): 468 468 type_ = gajim.get_transport_name_from_jid(j) 469 469 if self.agents.has_key(type_):
