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

List:       kde-commits
Subject:    branches/work/kdelibs4_snapshot/kdecore
From:       David Faure <faure () kde ! org>
Date:       2006-05-10 13:43:24
Message-ID: 1147268604.142661.4824.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 539358 by dfaure:

Fix wrong return value from KSycoca::isAvailable (only affects unit tests)


 M  +1 -1      ksycoca.cpp  


--- branches/work/kdelibs4_snapshot/kdecore/ksycoca.cpp #539357:539358
@@ -222,7 +222,7 @@
 
 bool KSycoca::isAvailable()
 {
-   if ( !self()->bNoDatabase )
+   if ( self()->bNoDatabase )
        return false;
    return self()->checkVersion(false);
 }
[prev in list] [next in list] [prev in thread] [next in thread] 

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