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

List:       kde-commits
Subject:    [kdepim] libkdepim: Re-enable direct nepomuk search for completion again by default.
From:       Till Adam <adam () kde ! org>
Date:       2013-01-24 14:33:20
Message-ID: 20130124143320.3D233A6091 () git ! kde ! org
[Download RAW message or body]

Git commit 9d7d1277209adf56006f1c47dfb91c3af7abd0d4 by Till Adam.
Committed on 24/01/2013 at 15:31.
Pushed by tilladam into branch 'master'.

Re-enable direct nepomuk search for completion again by default.

dfaure, who originally introduced the option and advocated it be off by
default now thinks it's fast enough, after the recent changes, to be on
by default at least in master, for experimentation. I agree, this makes
it so.

M  +1    -1    libkdepim/addresseelineedit.cpp

http://commits.kde.org/kdepim/9d7d1277209adf56006f1c47dfb91c3af7abd0d4

diff --git a/libkdepim/addresseelineedit.cpp b/libkdepim/addresseelineedit.cpp
index 80bab84..0bf60f5 100644
--- a/libkdepim/addresseelineedit.cpp
+++ b/libkdepim/addresseelineedit.cpp
@@ -93,7 +93,7 @@ class AddresseeLineEditStatic
     {
       KConfig config( QLatin1String( "kpimcompletionorder" ) );
       const KConfigGroup group( &config, QLatin1String( "General" ) );
-      useNepomukCompletion = group.readEntry( "UseNepomuk", false );
+      useNepomukCompletion = group.readEntry( "UseNepomuk", true );
     }
 
     ~AddresseeLineEditStatic()
[prev in list] [next in list] [prev in thread] [next in thread] 

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