Change default to return handles unsorted on get_object_handles methods

svn: r17537
This commit is contained in:
Michiel Nauta
2011-05-19 20:36:17 +00:00
parent cd0f3a4a36
commit 654fb81665
12 changed files with 25 additions and 24 deletions

View File

@@ -249,7 +249,7 @@ class CommandLineReport(object):
if isinstance(option, PersonOption):
id_list = []
for person_handle in self.database.get_person_handles():
for person_handle in self.database.get_person_handles(True):
person = self.database.get_person_from_handle(person_handle)
id_list.append("%s\t%s" % (
person.get_gramps_id(),