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


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

The following commit has been merged in the master branch:
commit 69c5bb8d36b8378b4825ded99a5274b27fa9a089
Author: Martin Klapetek <martin.klapetek at gmail.com>
Date:   Fri Feb 8 17:22:47 2013 +0100

    Connect to proper slot
---
 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 85e2c0d..be80e23 100644
--- a/kpeople/nepomuk-feeder/nepomuk-storage.cpp
+++ b/kpeople/nepomuk-feeder/nepomuk-storage.cpp
@@ -638,7 +638,7 @@ void NepomukStorage::setContactGroups(const QString &path,
         KJob *job = Nepomuk2::removeProperties(QList<QUrl>() << contact.personContact(),
                                                QList<QUrl>() << NCO::belongsToGroup());
 
-        connect(job, SIGNAL(finished(KJob*)), this, SLOT(onRemovePropertiesJob(KJob*)));
+        connect(job, SIGNAL(finished(KJob*)), this, SLOT(onContactGraphJob(KJob*)));
         //TODO: Maybe remove empty groups?
         return;
     }

-- 
ktp-common-internals packaging



More information about the pkg-kde-commits mailing list