Fix problem with event descriptions on import, bug 2368

svn: r11065
This commit is contained in:
Gerald Britton 2008-09-15 20:24:33 +00:00
parent d092df28a5
commit df5ca43937

View File

@ -2080,7 +2080,7 @@ class GrampsParser(UpdateCallback):
self.person = None
def stop_description(self, tag):
self.event.description = tag
self.event.set_description(tag)
def stop_cause(self, tag):
# The old event's cause is now an attribute