[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    playground/office/pekunia/pekunia
From:       Ruurd Pels <ruurd () tiscali ! nl>
Date:       2005-07-31 23:13:20
Message-ID: 1122851600.614538.27935.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 441797 by ruurd:

Zero length is intermediate

 M  +1 -1      admindescriptionvalidator.cpp  


--- trunk/playground/office/pekunia/pekunia/admindescriptionvalidator.cpp #441796:441797
@@ -37,7 +37,7 @@
   QValidator::State result = QValidator::Acceptable; // Assume OK
   if (input.length() == 0)
   {
-    result = QValidator::Invalid;
+    result = QValidator::Intermediate;
   }
   return result;
 }
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic