Replace get_place_handles with iter_place_handles

svn: r12778
This commit is contained in:
Gerald Britton
2009-07-08 18:11:02 +00:00
parent b601f4bdf2
commit 181c0c9b41
11 changed files with 46 additions and 12 deletions

View File

@@ -75,7 +75,7 @@ class PlaceReport(Report):
if self.filter.get_name() != '':
# Use the selected filter to provide a list of place handles
plist = self.database.get_place_handles(sort_handles=False)
plist = self.database.iter_place_handles()
self.place_handles = self.filter.apply(self.database, plist)
else:
# Use the place handles selected without a filter