Changeset 8546

Show
Ignore:
Timestamp:
08/22/07 14:08:26 (16 months ago)
Author:
roidelapluie
Message:

Improve transport detection in "Invite Friends" window. See #2095.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/dialogs.py

    r8545 r8546  
    32623262                                contact = \ 
    32633263                                        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() 
    32653265                                if contact.jid not in self.auto_jids and \ 
    32663266                                        not contact_transport and \