Changeset 8719 for branches/gajim_0.11.1
- Timestamp:
- 09/04/07 22:16:15 (12 months ago)
- Location:
- branches/gajim_0.11.1/src
- Files:
-
- 2 modified
-
common/contacts.py (modified) (1 diff)
-
roster_window.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/gajim_0.11.1/src/common/contacts.py
r8683 r8719 189 189 if len(self._contacts[account][contact.jid]) == 0: 190 190 del self._contacts[account][contact.jid] 191 192 def clear_contacts(self, account): 193 self._contacts[account] = {} 191 194 192 195 def remove_jid(self, account, jid): -
branches/gajim_0.11.1/src/roster_window.py
r8718 r8719 1120 1120 if not gajim.groups.has_key(account): 1121 1121 gajim.groups[account] = {} 1122 # Empty contact list 1123 gajim.contacts.clear_contacts(account) 1122 1124 for jid in array.keys(): 1123 1125 jids = jid.split('/')
