Changeset 8949

Show
Ignore:
Timestamp:
11/08/07 21:51:50 (13 months ago)
Author:
asterix
Message:

don't add self contact row when we our a presance from our own resource

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/roster_window.py

    r8944 r8949  
    280280                        return 
    281281                if jid == gajim.get_jid_from_account(account): 
    282                         self.add_self_contact(account) 
     282                        if contact.resource != gajim.connections[account].server_resource: 
     283                                self.add_self_contact(account) 
    283284                        return 
    284285                if gajim.jid_is_transport(contact.jid):