--- a/Preferences/ConfigurationDialog.py Sun Mar 08 12:05:08 2015 +0100 +++ b/Preferences/ConfigurationDialog.py Tue Mar 10 20:19:51 2015 +0100 @@ -518,8 +518,8 @@ for index in range(parent.childCount()): itm = parent.child(index) if itm.childCount() > 0: - visible = filter in itm.text(0).lower() or \ - self.__filterChildItems(itm, filter) + visible = self.__filterChildItems(itm, filter) or \ + filter == "" or filter in itm.text(0).lower() else: visible = filter == "" or filter in itm.text(0).lower() if visible: