when we add a new group, we send that to the server

This commit is contained in:
Yann Leboulanger 2005-05-23 17:21:05 +00:00
parent c41d71c9d1
commit 0e49c441e0
1 changed files with 1 additions and 0 deletions

View File

@ -76,6 +76,7 @@ class Edit_groups_dialog:
if model.get_value(iter, 0) == group:
return
iter = model.iter_next(iter)
self.changes_made = True
model.append((group, True))
self.user.groups.append(group)
self.update_user()