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

svn: r6705
This commit is contained in:
Alex Roitman 2006-05-18 04:40:37 +00:00
parent 8215cf553d
commit 4da1b1b579
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
2006-05-17 Alex Roitman <shura@gramps-project.org>
* src/GrampsDb/_ReadXML.py (start_childref): Typo.
* src/GrampsDb/_ReadGrdb.py: Add repos, modularize.
* src/ViewManager.py: Reorder calls to make work with ArgHandler.

View File

@ -880,7 +880,7 @@ class GrampsParser(UpdateCallback):
if attrs.get('mrel'):
mrel.set_from_xml_str(attrs['mrel'])
frel = RelLib.ChildRefType()
if attrs.get('mrel'):
if attrs.get('frel'):
frel.set_from_xml_str(attrs['frel'])
if not mrel.is_default():