* 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:
parent
66259d874b
commit
ac224502b5
@ -831,6 +831,8 @@ class GedcomParser:
|
|||||||
self.parse_person_event(event,2)
|
self.parse_person_event(event,2)
|
||||||
elif matches[1] == "EVEN":
|
elif matches[1] == "EVEN":
|
||||||
event = RelLib.Event()
|
event = RelLib.Event()
|
||||||
|
if matches[2]:
|
||||||
|
event.setDescription(matches[2])
|
||||||
self.parse_person_event(event,2)
|
self.parse_person_event(event,2)
|
||||||
n = string.strip(event.getName())
|
n = string.strip(event.getName())
|
||||||
if n in self.attrs:
|
if n in self.attrs:
|
||||||
|
Loading…
Reference in New Issue
Block a user