Changeset 8890
- Timestamp:
- 10/07/07 21:20:45 (14 months ago)
- Files:
-
- 1 modified
-
trunk/src/dialogs.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/dialogs.py
r8888 r8890 3399 3399 # set jabber id and pseudos 3400 3400 for account in gajim.contacts.get_accounts(): 3401 if gajim.connections[account].is_zeroconf: 3402 continue 3401 3403 for jid in gajim.contacts.get_jid_list(account): 3402 3404 contact = \ 3403 3405 gajim.contacts.get_contact_with_highest_priority(account, jid) 3404 3406 contact_transport = gajim.get_transport_name_from_jid(jid) 3407 # do not add transports, zeroconf contacs, minimized groupchats 3408 # and selfjid to list of invitable jids 3405 3409 if contact.jid not in self.auto_jids and contact.jid != \ 3406 3410 gajim.get_jid_from_account(self.account) and not contact_transport \
