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


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

The following commit has been merged in the master branch:
commit b3fa71b3ee0f90f41ca7b5044a3eae01914bddbf
Author: George Goldberg <grundleborg at googlemail.com>
Date:   Sun Jul 5 17:41:49 2009 +0000

    Add the nco:personContact created for the tp account to the 'me' pimo:person.
    
    svn path=/trunk/playground/network/telepathy-integration-daemon/; revision=991800
---
 kpeople/nepomuk-feeder/telepathyaccount.cpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/kpeople/nepomuk-feeder/telepathyaccount.cpp b/kpeople/nepomuk-feeder/telepathyaccount.cpp
index f529bc1..bbf0713 100644
--- a/kpeople/nepomuk-feeder/telepathyaccount.cpp
+++ b/kpeople/nepomuk-feeder/telepathyaccount.cpp
@@ -101,5 +101,7 @@ void TelepathyAccount::doNepomukSetup()
     // Nepomuk doesn't yet have this account. Add it.
     Nepomuk::PersonContact contact(m_path);
     contact.setLabel(m_account->nickname());
+
+    me.addProperty(Nepomuk::Vocabulary::NCO::PersonContact(), contact);
 }
 

-- 
ktp-common-internals packaging



More information about the pkg-kde-commits mailing list