* src/GrampsDb/_GrampsBSDDB.py (gramps_upgrade_9): Add callname to
names during upgrade. svn: r6582
This commit is contained in:
parent
07057b40a6
commit
89d926bcd3
@ -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().
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user