Changeset 9895
- Timestamp:
- 07/07/08 00:55:42 (8 weeks ago)
- Files:
-
- 1 modified
-
trunk/src/roster_window.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/roster_window.py
r9894 r9895 711 711 # numbers will still be show 712 712 gajim.contacts.remove_jid(account, jid, remove_meta=True) 713 family = gajim.contacts.get_metacontacts_family(account, jid)714 713 if family: 715 714 # reshow the rest of the family 716 self._add_metacontact_family(family, account) 715 brothers = self._add_metacontact_family(family, account) 716 for c, acc in brothers: 717 self.draw_contact(c.jid, acc) 718 self.draw_avatar(c.jid, acc) 717 719 718 720 # Draw all groups of the contact
