3294: Edit buttons causing an error
svn: r13458
This commit is contained in:
parent
00bee4ee66
commit
83fd55e363
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user