* src/GrampsDb/_ReadXML.py (start_childref): Typo.

svn: r6580
This commit is contained in:
Alex Roitman 2006-05-08 17:50:12 +00:00
parent 19955ec2f0
commit aba01cdabf
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
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
prior to calling open_undodb().

View File

@ -892,7 +892,7 @@ class GrampsParser:
self.childref.set_mother_relation(mrel)
if not frel.is_default():
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):
self.personref = RelLib.PersonRef()