summaryrefslogtreecommitdiff
blob: 72dbf316f489887d260eff04e8c5e070955e89b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- krusader/Panel/panelfunc.cpp
+++ krusader/Panel/panelfunc.cpp
@@ -100,7 +100,7 @@
 {
 public:
     virtual State validate(QString &input, int &pos) const {
-        return input.isEmpty() ? Invalid : Acceptable;
+            return input.isEmpty() ? Intermediate : Acceptable;
     }
 };