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