[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-08-06 16:23:32
Message-ID: 1249575812.590694.2744.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1007982 by trueg:

Backport: do not compile index-related things in case Soprano-index is not available

 M  +2 -0      repository.cpp  


--- branches/KDE/4.3/kdebase/runtime/nepomuk/services/storage/repository.cpp #1007981:1007982
@@ -279,6 +279,7 @@
 
 void Nepomuk::Repository::rebuildingIndexFinished()
 {
+#if defined(HAVE_SOPRANO_INDEX) && defined(HAVE_CLUCENE) && SOPRANO_IS_VERSION(2,1,64)
     KNotification::event( "rebuldingNepomukIndexDone",
                           i18nc("@info - notification message",
                                 "Rebuilding Nepomuk full text search index for new features done."),
@@ -291,6 +292,7 @@
     // inform that we are open and done
     m_state = OPEN;
     emit opened( this, true );
+#endif
 }
 
 
[prev in list] [next in list] [prev in thread] [next in thread] 

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