Plugin clean up
svn: r1310
This commit is contained in:
@@ -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"))
|
||||
|
||||
Reference in New Issue
Block a user