Skip to content

Commit

Permalink
connect missed signal
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy committed Dec 5, 2012
1 parent 8c32fe9 commit 98dc557
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/plugins/sextante/gui/ConfigDialog.py
Expand Up @@ -46,6 +46,8 @@ def __init__(self, toolbox):
if hasattr(self.searchBox, 'setPlaceholderText'):
self.searchBox.setPlaceholderText(self.tr("Search..."))

self.searchBox.textChanged.connect(self.fillTree)

self.fillTree()

def fillTree(self):
Expand Down

0 comments on commit 98dc557

Please sign in to comment.