Fix deadlock in ChangeNames
svn: r13207
This commit is contained in:
parent
97b107757c
commit
b3bca61535
@ -234,7 +234,8 @@ class ChangeNames(Tool.BatchTool, ManagedWindow.ManagedWindow):
|
||||
for node in self.iter_list
|
||||
if self.model.get_value(node,0)]
|
||||
|
||||
for handle in self.db.iter_person_handles():
|
||||
#for handle in self.db.get_person_handles(sort_handles=False):
|
||||
for handle in self.db.get_person_handles(False):
|
||||
change = False
|
||||
person = self.db.get_person_from_handle(handle)
|
||||
for name in [person.get_primary_name()] + person.get_alternate_names():
|
||||
|
Loading…
Reference in New Issue
Block a user