Changeset 10393
- Timestamp:
- 09/08/08 13:52:29 (2 months ago)
- Files:
-
- 1 modified
-
trunk/src/roster_window.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/roster_window.py
r10392 r10393 2034 2034 keep_pep = any(c.show not in ('error', 'offline') for c in 2035 2035 contact_instances) 2036 if not keep_pep and not contact.is_groupchat(): 2036 if not keep_pep and contact.jid != gajim.get_jid_from_account(account) \ 2037 and not contact.is_groupchat(): 2037 2038 pep.delete_pep(contact.jid, account) 2038 2039
