3294: Edit buttons causing an error
svn: r13458
This commit is contained in:
@@ -245,7 +245,7 @@ class BaseSelector(ManagedWindow.ManagedWindow):
|
|||||||
Builds the selection people see in the Selector
|
Builds the selection people see in the Selector
|
||||||
"""
|
"""
|
||||||
#search info for the
|
#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
|
#set up cols the first time
|
||||||
if self.setupcols :
|
if self.setupcols :
|
||||||
self.add_columns(self.tree)
|
self.add_columns(self.tree)
|
||||||
|
Reference in New Issue
Block a user