Fixed a typo from eaxct_search to exact_search.
svn: r14995
This commit is contained in:
parent
2f05c0f1b1
commit
4994fb128b
@ -231,7 +231,7 @@ class BaseSelector(ManagedWindow.ManagedWindow):
|
||||
"""
|
||||
Builds the default filters and add them to the filter bar.
|
||||
"""
|
||||
cols = [(pair[3], pair[1], pair[0] in self.eaxct_search())
|
||||
cols = [(pair[3], pair[1], pair[0] in self.exact_search())
|
||||
for pair in self.column_order()
|
||||
if pair[0]
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user