diff --git a/gramps2/src/plugins/ReadGedcom.py b/gramps2/src/plugins/ReadGedcom.py index 4bc2ed2d2..267ce8f92 100644 --- a/gramps2/src/plugins/ReadGedcom.py +++ b/gramps2/src/plugins/ReadGedcom.py @@ -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: