copy big_brother_groups correctly when making metcontacts. Fixes #7574
This commit is contained in:
parent
7e64d60521
commit
82265425b7
|
@ -360,7 +360,7 @@ class RosterWindow:
|
|||
assert len(parent_iters) > 0, 'Big brother is not yet in roster!'
|
||||
|
||||
# Do not confuse get_contact_iter: Sync groups of family members
|
||||
contact.groups = big_brother_contact.get_shown_groups()[:]
|
||||
contact.groups = big_brother_contact.groups[:]
|
||||
|
||||
for child_iter in parent_iters:
|
||||
it = self.model.append(child_iter, [None,
|
||||
|
|
Loading…
Reference in New Issue