CVS commit by staikos:
don't allow creation of new filters if new ones don't exist
M +2 -0 filterlisteditor.ui.h 1.19
--- kdeextragear-2/kst/kst/filterlisteditor.ui.h #1.18:1.19
@@ -49,4 +49,6 @@ void FilterListEditor::update()
comboChanged();
+
+ _new->setEnabled(_filters->count() > 0);
}