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


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

The following commit has been merged in the master branch:
commit 6274b756c5ab28d4874c08a6f66116ed95f91014
Author: Martin Klapetek <martin.klapetek at gmail.com>
Date:   Tue Jan 3 14:53:40 2012 +0100

    Revert the ontology change for statusType; they are apparently not compatible
---
 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 12b96d8..52cc8e6 100644
--- a/kpeople/nepomuk-feeder/nepomuk-storage.cpp
+++ b/kpeople/nepomuk-feeder/nepomuk-storage.cpp
@@ -761,7 +761,7 @@ void NepomukStorage::createContact(const QString &path, const QString &id)
     newImAccount.addType(Nepomuk::Vocabulary::NCO::IMAccount());
     newImAccount.setProperty(Nepomuk::Vocabulary::NCO::imStatus(), QString::fromLatin1("unknown"));
     newImAccount.setProperty(Nepomuk::Vocabulary::NCO::imID(), id);
-    newImAccount.setProperty(Nepomuk::Vocabulary::NCO::imStatusType(), Tp::ConnectionPresenceTypeUnknown);
+    newImAccount.setProperty(Nepomuk::Vocabulary::Telepathy::statusType(), Tp::ConnectionPresenceTypeUnknown);
     newImAccount.setProperty(Nepomuk::Vocabulary::NCO::imAccountType(), accountRes.protocol());
     newImAccount.addProperty(Nepomuk::Vocabulary::NCO::isAccessedBy(), accountUri);
 

-- 
ktp-common-internals packaging



More information about the pkg-kde-commits mailing list