Changeset 9843 for trunk/src/common/contacts.py
- Timestamp:
- 06/26/08 16:09:27 (5 months ago)
- Files:
-
- 1 modified
-
trunk/src/common/contacts.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/common/contacts.py
r9825 r9843 394 394 if found: 395 395 self._metacontacts_tags[account][tag].remove(found) 396 common.gajim.connections[account].store_metacontacts( 397 self._metacontacts_tags[account]) 396 398 break 397 common.gajim.connections[account].store_metacontacts(398 self._metacontacts_tags[account])399 399 400 400 def has_brother(self, account, jid):
