initialize families properly

svn: r6093
This commit is contained in:
Don Allingham
2006-03-07 03:35:46 +00:00
parent 4115e92d1c
commit 62c98e70aa
3 changed files with 39 additions and 9 deletions

View File

@@ -564,7 +564,7 @@ class PersonView(PageView.PersonNavView):
if oldpath[0] == surname:
self.model.build_sub_entry(surname)
else:
self.model.calculate_data(self.DataFilter)
self.model.calculate_data()
# find the path of the person in the new data build
newpath = self.model.temp_iter2path[node]