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


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

The following commit has been merged in the master branch:
commit 061c010f5d021222b0c4f1034d768ee82d0b1ec5
Author: Martin Klapetek <martin.klapetek at gmail.com>
Date:   Thu Jun 20 12:51:25 2013 +0200

    Store Tp nickname as nco:nickname on nco:PersonContact itself too
    
    This allows to watch for changes only on nco:PersonContact and makes
    everything easier as there's no need to keep relations between
    nco:PersonContact and nco:IMAccount somewhere in memory.
    
    Reviewed-by: David Edmundson
---
 kpeople/nepomuk-feeder/nepomuk-storage.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kpeople/nepomuk-feeder/nepomuk-storage.cpp b/kpeople/nepomuk-feeder/nepomuk-storage.cpp
index 01725d8..9304d96 100644
--- a/kpeople/nepomuk-feeder/nepomuk-storage.cpp
+++ b/kpeople/nepomuk-feeder/nepomuk-storage.cpp
@@ -606,6 +606,7 @@ void NepomukStorage::createContact(const QString &path, const Tp::ContactPtr &co
     newImAccount.addProperty(NCO::imNickname(), contact->alias());
 
     newPersonContact.addProperty(NCO::hasIMAccount(), newImAccount);
+    newPersonContact.addProperties(NCO::nickname(), contact->alias());
 
     Nepomuk2::SimpleResourceGraph graph;
     graph << newPersonContact << newImAccount;

-- 
ktp-common-internals packaging



More information about the pkg-kde-commits mailing list