diff --git a/gramps2/ChangeLog b/gramps2/ChangeLog index d155742e3..cc8ca18f4 100644 --- a/gramps2/ChangeLog +++ b/gramps2/ChangeLog @@ -1,4 +1,6 @@ 2006-05-08 Alex Roitman + * src/GrampsDb/_GrampsBSDDB.py (gramps_upgrade_9): Add callname to + names during upgrade. * src/GrampsDb/_ReadXML.py (start_childref): Typo. * src/GrampsDb/_GrampsInMemDB.py (load): Define self.full_name prior to calling open_undodb(). diff --git a/gramps2/src/GrampsDb/_GrampsBSDDB.py b/gramps2/src/GrampsDb/_GrampsBSDDB.py index 6e36a7697..369457e59 100644 --- a/gramps2/src/GrampsDb/_GrampsBSDDB.py +++ b/gramps2/src/GrampsDb/_GrampsBSDDB.py @@ -1423,6 +1423,7 @@ class GrampsBSDDB(GrampsDbBase): new_type = NameType() new_type.set_from_xml_str(old_type) name.type = new_type + name.call = '' # Change parent_family_list into list of handles # and transfer the relationship info into the family's