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

The following commit has been merged in the master branch:
commit fc34a7562df60cfd8db33a536ad5d3c3b338ae4f
Author: Martin Klapetek <martin.klapetek at gmail.com>
Date:   Thu Jun 20 15:35:56 2013 +0200

    Fix build
    
    Bad things happen when one relies too much on auto-completition
---
 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 9304d96..6ff4fe4 100644
--- a/kpeople/nepomuk-feeder/nepomuk-storage.cpp
+++ b/kpeople/nepomuk-feeder/nepomuk-storage.cpp
@@ -606,7 +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());
+    newPersonContact.addProperty(NCO::nickname(), contact->alias());
 
     Nepomuk2::SimpleResourceGraph graph;
     graph << newPersonContact << newImAccount;

-- 
ktp-common-internals packaging



More information about the pkg-kde-commits mailing list