* src/gramps_main.py: fix import problem
svn: r3234
This commit is contained in:
@ -102,7 +102,7 @@ class EventEditor:
|
||||
# in translated languages with the 'Death' event, which is a partial match
|
||||
# to other events
|
||||
if not transname in elist:
|
||||
list.append(transname)
|
||||
elist.append(transname)
|
||||
else:
|
||||
self.srcreflist = []
|
||||
self.witnesslist = []
|
||||
|
Reference in New Issue
Block a user