Improved merge ability

svn: r505
This commit is contained in:
Don Allingham
2001-10-24 01:24:18 +00:00
parent 24f6bdd6ca
commit e591b6b189
10 changed files with 2677 additions and 50 deletions

View File

@@ -44,7 +44,7 @@ class EventPlace(Filter.Filter):
list.append(person.getBirth())
list.append(person.getDeath())
for event in list:
if self.regexp.search(event.getPlace().get_title()):
if self.regexp.search(event.getPlaceName()):
val = 1
break
return val