Fixed apply on test

svn: r1658
This commit is contained in:
Don Allingham 2003-06-04 13:00:32 +00:00
parent c0ff073872
commit 69eabdf997

View File

@ -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):