[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:11 UTC 2016


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

The following commit has been merged in the master branch:
commit 4b1bc1482c54e9b1e743ed9ebaac7ab034315a29
Author: Dario Freddi <drf at kde.org>
Date:   Mon May 17 16:01:39 2010 +0000

    Keep up with API changes in Nepomuk
    
    Signed-off-by: Dario Freddi <dario.freddi at collabora.co.uk>
    
    svn path=/trunk/playground/network/telepathy-integration-daemon/; revision=1127775
---
 kpeople/nepomuk-feeder/telepathycontact.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kpeople/nepomuk-feeder/telepathycontact.cpp b/kpeople/nepomuk-feeder/telepathycontact.cpp
index 0fc4d01..1f2f5bd 100644
--- a/kpeople/nepomuk-feeder/telepathycontact.cpp
+++ b/kpeople/nepomuk-feeder/telepathycontact.cpp
@@ -164,7 +164,7 @@ void TelepathyContact::doNepomukSetup()
     // Iterate over all the IMAccounts found.
     foreach (const Nepomuk::Query::Result &result, results) {
         Nepomuk::IMAccount foundImAccount(result.resource());
-        Nepomuk::IMAccount foundPersonContact(result.additionalBinding("person").uri());
+        Nepomuk::IMAccount foundPersonContact(result.additionalBinding("person").toUrl());
 
         // Check that the IM account only has one ID.
         QStringList accountIDs = foundImAccount.imIDs();

-- 
ktp-common-internals packaging



More information about the pkg-kde-commits mailing list