From 82265425b7be46f320b8a6d489ad1990bdd773ba Mon Sep 17 00:00:00 2001
From: Yann Leboulanger <asterix@lagaule.org>
Date: Sun, 16 Feb 2014 11:51:19 +0100
Subject: [PATCH] copy big_brother_groups correctly when making metcontacts.
 Fixes #7574

---
 src/roster_window.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/roster_window.py b/src/roster_window.py
index 494d2b9be0..fdf1b46b42 100644
--- a/src/roster_window.py
+++ b/src/roster_window.py
@@ -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,
-- 
GitLab