* src/plugins/ReadGedcom.py (GedcomParser.parse_individual): handle event
description * src/ImageSelect.py: disable double click to edit in a gallery svn: r2791
This commit is contained in:
		@@ -831,6 +831,8 @@ class GedcomParser:
 | 
			
		||||
                self.parse_person_event(event,2)
 | 
			
		||||
            elif matches[1] == "EVEN":
 | 
			
		||||
                event = RelLib.Event()
 | 
			
		||||
                if matches[2]:
 | 
			
		||||
                    event.setDescription(matches[2])
 | 
			
		||||
                self.parse_person_event(event,2)
 | 
			
		||||
                n = string.strip(event.getName()) 
 | 
			
		||||
                if n in self.attrs:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user