* src/GrampsDb/_GrampsBSDDB.py (gramps_upgrade_9): Add callname to

names during upgrade.


svn: r6582
This commit is contained in:
Alex Roitman 2006-05-08 18:09:11 +00:00
parent 07057b40a6
commit 89d926bcd3
2 changed files with 3 additions and 0 deletions

View File

@ -1,4 +1,6 @@
2006-05-08 Alex Roitman <shura@gramps-project.org> 2006-05-08 Alex Roitman <shura@gramps-project.org>
* src/GrampsDb/_GrampsBSDDB.py (gramps_upgrade_9): Add callname to
names during upgrade.
* src/GrampsDb/_ReadXML.py (start_childref): Typo. * src/GrampsDb/_ReadXML.py (start_childref): Typo.
* src/GrampsDb/_GrampsInMemDB.py (load): Define self.full_name * src/GrampsDb/_GrampsInMemDB.py (load): Define self.full_name
prior to calling open_undodb(). prior to calling open_undodb().

View File

@ -1423,6 +1423,7 @@ class GrampsBSDDB(GrampsDbBase):
new_type = NameType() new_type = NameType()
new_type.set_from_xml_str(old_type) new_type.set_from_xml_str(old_type)
name.type = new_type name.type = new_type
name.call = ''
# Change parent_family_list into list of handles # Change parent_family_list into list of handles
# and transfer the relationship info into the family's # and transfer the relationship info into the family's