Fix problem with event descriptions on import, bug 2368
svn: r11065
This commit is contained in:
parent
d092df28a5
commit
df5ca43937
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user