Fixed a typo from eaxct_search to exact_search in line #235.

svn: r14996
This commit is contained in:
Rob G. Healey 2010-04-02 00:08:39 +00:00
parent 531a1670bd
commit 0ab9fb1041

View File

@ -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]
]