You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/kde-misc/krusader/files/krusader-2.4.0_beta3-new-fo...

12 lines
298 B

--- a/krusader/Panel/panelfunc.cpp
+++ b/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;
}
};