Changeset 8483
- Timestamp:
- 08/10/07 01:04:02 (16 months ago)
- Location:
- trunk/src
- Files:
-
- 2 modified
-
common/contacts.py (modified) (1 diff)
-
roster_window.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/common/contacts.py
r8447 r8483 202 202 if len(self._contacts[account][contact.jid]) == 0: 203 203 del self._contacts[account][contact.jid] 204 205 def clear_contacts(self, account): 206 self._contacts[account] = {} 204 207 205 208 def remove_jid(self, account, jid): -
trunk/src/roster_window.py
r8482 r8483 1224 1224 if not gajim.groups.has_key(account): 1225 1225 gajim.groups[account] = {} 1226 # Empty contact list 1227 gajim.contacts.clear_contacts(account) 1226 1228 for jid in array.keys(): 1227 1229 jids = jid.split('/')
