* src/GrampsDb/_GrampsBSDDB.py (gramps_upgrade_9): Add callname to
names during upgrade. svn: r6582
This commit is contained in:
parent
f5cc353959
commit
bd789f227b
@ -1,4 +1,6 @@
|
||||
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/_GrampsInMemDB.py (load): Define self.full_name
|
||||
prior to calling open_undodb().
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user