3294: Edit buttons causing an error

svn: r13458
This commit is contained in:
Benny Malengier 2009-10-29 21:36:57 +00:00
parent 00bee4ee66
commit 83fd55e363

View File

@ -245,7 +245,7 @@ class BaseSelector(ManagedWindow.ManagedWindow):
Builds the selection people see in the Selector
"""
#search info for the
filter_info = (False, self.search_bar.get_value())
filter_info = (False, self.search_bar.get_value(), False)
#set up cols the first time
if self.setupcols :
self.add_columns(self.tree)