[SCM] ktp-common-internals packaging branch, master, updated. debian/15.12.1-2-1839-gf0635e9

Maximiliano Curia maxy at moszumanska.debian.org
Mon May 9 09:07:32 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-common-internals.git;a=commitdiff;h=5ece7b5

The following commit has been merged in the master branch:
commit 5ece7b59b0fc1140a41c9752a7a1eaddfc6243b5
Author: Martin Klapetek <martin.klapetek at gmail.com>
Date:   Tue Nov 13 16:39:19 2012 +0100

    Fix another typo in query
    
    This caused all contacts to be always reinserted into Nepomuk,
    so we'd end up with exact duplicates on every service execution.
---
 kpeople/nepomuk-feeder/nepomuk-storage.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kpeople/nepomuk-feeder/nepomuk-storage.cpp b/kpeople/nepomuk-feeder/nepomuk-storage.cpp
index 52517e4..3c4bfca 100644
--- a/kpeople/nepomuk-feeder/nepomuk-storage.cpp
+++ b/kpeople/nepomuk-feeder/nepomuk-storage.cpp
@@ -359,7 +359,7 @@ void NepomukStorage::onAccountsQueryFinishedListing()
         const AccountResources& accRes = iter.value();
 
         QString query = QString::fromLatin1("select distinct ?r ?id ?contact where { ?r a nco:IMAccount . "
-                                            " ?r nco:imID ?id ; nco:accessedBy %1 . "
+                                            " ?r nco:imID ?id ; nco:isAccessedBy %1 . "
                                             " ?contact nco:hasIMAccount ?r . }")
                         .arg( Soprano::Node::resourceToN3(accRes.account()) );
 

-- 
ktp-common-internals packaging



More information about the pkg-kde-commits mailing list