* src/GrampsDb/_ReadXML.py (start_childref): Typo.
svn: r6705
This commit is contained in:
parent
8215cf553d
commit
4da1b1b579
@ -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.
|
||||
|
||||
|
@ -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():
|
||||
|
Loading…
Reference in New Issue
Block a user