copy big_brother_groups correctly when making metcontacts. Fixes #7574
This commit is contained in:
		
							parent
							
								
									7e64d60521
								
							
						
					
					
						commit
						82265425b7
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -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…
	
	Add table
		
		Reference in a new issue