* 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

@ -173,7 +173,7 @@ class EventEditor:
if not place_handle:
place_name = u""
else:
place_name = self.db.try_to_find_place_from_handle(place_handle).get_title()
place_name = self.db.get_place_from_handle(place_handle).get_title()
self.place_field.set_text(place_name)
self.date_field.set_text(self.date.get_date())