* various: change try_to_find_*_from_handle to

get_*_from_handle


svn: r3355
This commit is contained in:
Don Allingham
2004-08-07 05:16:57 +00:00
parent cddd8ed8af
commit 082907d675
81 changed files with 660 additions and 623 deletions

View File

@@ -679,7 +679,7 @@ class BookReportSelector:
if data[1] == _("Title"):
data.append(_("Not Applicable"))
else:
pname = self.db.try_to_find_person_from_handle(options[0])
pname = self.db.get_person_from_handle(options[0])
data.append(pname.get_primary_name().get_regular_name())
self.bk_model.add(data)