From 99f2840038976111475cb90e3865edb11d04db61 Mon Sep 17 00:00:00 2001 From: Frank Reininghaus Date: Fri, 7 Dec 2012 22:38:57 +0100 Subject: Correct value for autostart setting of Service-nepomukfileindexer, part2 After 530c743a89bb5366ff9b6f8be1d7a37f23b46880, this fixes the other places where the incorrect default value 'false' was used. Thanks to Luc Menut for noticing this problem! CCBUG: lmenut@free.fr --- src/search/dolphinsearchinformation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/search/dolphinsearchinformation.cpp') diff --git a/src/search/dolphinsearchinformation.cpp b/src/search/dolphinsearchinformation.cpp index 7fa5f7ba8..31f6fcc7b 100644 --- a/src/search/dolphinsearchinformation.cpp +++ b/src/search/dolphinsearchinformation.cpp @@ -92,7 +92,7 @@ DolphinSearchInformation::DolphinSearchInformation() : #ifdef HAVE_NEPOMUK if (Nepomuk2::ResourceManager::instance()->initialized()) { KConfig config("nepomukserverrc"); - m_indexingEnabled = config.group("Service-nepomukfileindexer").readEntry("autostart", false); + m_indexingEnabled = config.group("Service-nepomukfileindexer").readEntry("autostart", true); } #endif } -- cgit v1.3