Fixed apply on test
svn: r1658
This commit is contained in:
parent
c0ff073872
commit
69eabdf997
@ -112,7 +112,7 @@ class FilterEditor:
|
||||
if len(sel) != 1:
|
||||
return
|
||||
filt = self.filter_list.get_row_data(sel[0])
|
||||
list = filt.apply(self.db.getPersonMap().values())
|
||||
list = filt.apply(self.db,self.db.getPersonMap().values())
|
||||
ShowResults(list)
|
||||
|
||||
def delete_filter(self,obj):
|
||||
|
Loading…
Reference in New Issue
Block a user