3667: Addings a new person and changing the name grouping results in frozen window

svn: r14662
This commit is contained in:
Benny Malengier
2010-03-07 15:33:38 +00:00
parent 98ebcb9697
commit 9ab5decb47
4 changed files with 21 additions and 7 deletions

View File

@ -120,6 +120,7 @@ class BasePersonView(ListView):
'person-update' : self.row_update,
'person-delete' : self.row_delete,
'person-rebuild' : self.object_build,
'person-groupname-rebuild' : self.object_build,
}
ListView.__init__(