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
|
self.person = None
|
||||||
|
|
||||||
def stop_description(self, tag):
|
def stop_description(self, tag):
|
||||||
self.event.description = tag
|
self.event.set_description(tag)
|
||||||
|
|
||||||
def stop_cause(self, tag):
|
def stop_cause(self, tag):
|
||||||
# The old event's cause is now an attribute
|
# The old event's cause is now an attribute
|
||||||
|
Loading…
x
Reference in New Issue
Block a user