fix 2 typo. Fixes #1514

This commit is contained in:
Yann Leboulanger 2006-07-28 10:53:51 +00:00
parent 1ee455edb7
commit 766f6054fe
1 changed files with 2 additions and 2 deletions

View File

@ -148,7 +148,7 @@ class EditGroupsDialog:
return
iter = model.iter_next(iter)
self.changes_made = True
model.append((group, True))
model.append((group, True, False))
self.add_group(group)
self.update_contact()
self.init_list() # Re-draw list to sort new item