Changeset 8949
- Timestamp:
- 11/08/07 21:51:50 (13 months ago)
- Files:
-
- 1 modified
-
trunk/src/roster_window.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/roster_window.py
r8944 r8949 280 280 return 281 281 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) 283 284 return 284 285 if gajim.jid_is_transport(contact.jid):
