Plugin clean up

svn: r1310
This commit is contained in:
Don Allingham
2003-02-15 23:03:48 +00:00
parent 15ffffef7f
commit 9734f8091c
12 changed files with 1256 additions and 1034 deletions

View File

@@ -148,7 +148,7 @@ class EventComparison:
def on_apply_clicked(self,obj):
cfilter = self.filter_menu.get_active().get_data("filter")
plist = cfilter.apply(self.db.getPersonMap().values())
plist = cfilter.apply(self.db,self.db.getPersonMap().values())
if len(plist) == 0:
WarningDialog(_("No matches were found"))