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

List:       kde-commits
Subject:    branches/KDE/4.3/kdebase/runtime/nepomuk/services/storage
From:       Sebastian Trueg <sebastian () trueg ! de>
Date:       2009-07-27 7:33:40
Message-ID: 1248680020.249513.5207.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1002868 by trueg:

backport: do a correct comparision

 M  +1 -1      repository.cpp  


--- branches/KDE/4.3/kdebase/runtime/nepomuk/services/storage/repository.cpp \
#1002867:1002868 @@ -367,7 +367,7 @@
 {
 #if defined(HAVE_SOPRANO_INDEX) && defined(HAVE_CLUCENE) && \
                SOPRANO_IS_VERSION(2,1,64)
     KConfigGroup repoConfig = KSharedConfig::openConfig( "nepomukserverrc" )->group( \
                name() + " Settings" );
-    if( !repoConfig.readEntry( "index version", 1 ) ) {
+    if( repoConfig.readEntry( "index version", 1 ) < s_indexVersion ) {
         KNotification::event( "rebuldingNepomukIndex",
                               i18nc("@info - notification message",
                                     "Rebuilding Nepomuk full text search index for \
new features. This will only be done once and might take a while."),


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

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