Implement iter_people_handles methods and begin to use them - second batch of updates

svn: r12774
This commit is contained in:
Gerald Britton
2009-07-07 18:58:47 +00:00
parent 7a235029d8
commit 2769b58a44
10 changed files with 11 additions and 14 deletions

View File

@@ -236,7 +236,7 @@ class FilterEditor(ManagedWindow.ManagedWindow):
def get_all_handles(self):
if self.namespace == 'Person':
return self.db.get_person_handles(sort_handles=False)
return self.db.iter_person_handles()
elif self.namespace == 'Family':
return self.db.get_family_handles()
elif self.namespace == 'Event':