* src/GrampsDb/_ReadXML.py (start_childref): Typo.
svn: r6580
This commit is contained in:
parent
50e7019db4
commit
82b45e0b2b
@ -1,4 +1,5 @@
|
|||||||
2006-05-08 Alex Roitman <shura@gramps-project.org>
|
2006-05-08 Alex Roitman <shura@gramps-project.org>
|
||||||
|
* 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().
|
||||||
|
|
||||||
|
@ -892,7 +892,7 @@ class GrampsParser:
|
|||||||
self.childref.set_mother_relation(mrel)
|
self.childref.set_mother_relation(mrel)
|
||||||
if not frel.is_default():
|
if not frel.is_default():
|
||||||
self.childref.set_father_relation(frel)
|
self.childref.set_father_relation(frel)
|
||||||
self.family.add_child_reference(self.childref)
|
self.family.add_child_ref(self.childref)
|
||||||
|
|
||||||
def start_personref(self,attrs):
|
def start_personref(self,attrs):
|
||||||
self.personref = RelLib.PersonRef()
|
self.personref = RelLib.PersonRef()
|
||||||
|
Loading…
Reference in New Issue
Block a user