a contact can be in none group. Fixes #4627

This commit is contained in:
Yann Leboulanger 2008-12-31 09:21:14 +00:00
parent 08cd4773b0
commit be92286bed
1 changed files with 0 additions and 3 deletions

View File

@ -161,9 +161,6 @@ class EditGroupsDialog:
continue
groups[g] = 0
c_groups = contact.groups
# FIXME: Move to backend
if not c_groups:
c_groups = [_('General')]
for g in c_groups:
groups[g] += 1
group_list = []