Changeset 8547 for trunk/src/dialogs.py

Show
Ignore:
Timestamp:
08/22/07 14:10:06 (17 months ago)
Author:
roidelapluie
Message:

Remove transports contacts from Invite Friends! window. See #2095.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/dialogs.py

    r8546 r8547  
    32623262                                contact = \ 
    32633263                                        gajim.contacts.get_contact_with_highest_priority(account, jid) 
    3264                                 contact_transport = contact.is_transport() 
     3264                                contact_transport = gajim.get_transport_name_from_jid(jid) 
    32653265                                if contact.jid not in self.auto_jids and \ 
    3266                                         not contact_transport and \ 
     3266                                        not contact_transport and not contact.is_transport() and \ 
    32673267                                        contact.jid not in gajim.interface.minimized_controls[account]: 
    32683268                                        if contact.show not in ('offline', 'error'):