* src/gramps_main.py: fix import problem

svn: r3234
This commit is contained in:
Don Allingham
2004-06-27 18:08:19 +00:00
parent 4c76be91dd
commit 97377f426d
11 changed files with 36 additions and 36 deletions

View File

@ -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 = []