Update filters and plugins for new place objects

svn: r347
This commit is contained in:
Don Allingham
2001-08-19 03:53:02 +00:00
parent 3513293052
commit 49a308952b
12 changed files with 410 additions and 104 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()):
if self.regexp.search(event.getPlace().get_title()):
val = 1
break
return val