[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=f92af2d

The following commit has been merged in the master branch:
commit f92af2d8c0214a1d823a5ee935140c8fee695391
Author: Martin Klapetek <martin.klapetek at gmail.com>
Date:   Mon Jul 8 12:17:17 2013 +0200

    Set the nco:nickname() on nco:PersonContact too when alias updates
    
    Reviewed-by: David Edmundson
    BUG: 322026
    FIXED-IN: 0.7.0
---
 kpeople/nepomuk-feeder/nepomuk-storage.cpp | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/kpeople/nepomuk-feeder/nepomuk-storage.cpp b/kpeople/nepomuk-feeder/nepomuk-storage.cpp
index 6ff4fe4..7b05a22 100644
--- a/kpeople/nepomuk-feeder/nepomuk-storage.cpp
+++ b/kpeople/nepomuk-feeder/nepomuk-storage.cpp
@@ -639,6 +639,9 @@ void NepomukStorage::setContactAlias(const QString &path, const QString &id, con
     Nepomuk2::SimpleResource &imAccount = m_graph[contact.imAccount()];
     imAccount.setProperty(NCO::imNickname(), alias);
 
+    Nepomuk2::SimpleResource &personContact = m_graph[contact.personContact()];
+    personContact.setProperty(NCO::nickname(), alias);
+
     fireGraphTimer();
 }
 

-- 
ktp-common-internals packaging



More information about the pkg-kde-commits mailing list