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


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

The following commit has been merged in the master branch:
commit 709bee06ee5c8c2b43109e76c723ddb67da20e9e
Author: David Edmundson <kde at davidedmundson.co.uk>
Date:   Thu Dec 27 20:05:51 2012 +0000

    Fix signal on connection disconnection in KTp::Contact
---
 KTp/contact.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/KTp/contact.cpp b/KTp/contact.cpp
index 7c88683..b6ecd3d 100644
--- a/KTp/contact.cpp
+++ b/KTp/contact.cpp
@@ -27,7 +27,7 @@
 KTp::Contact::Contact(Tp::ContactManager *manager, const Tp::ReferencedHandles &handle, const Tp::Features &requestedFeatures, const QVariantMap &attributes)
     : Tp::Contact(manager, handle, requestedFeatures, attributes)
 {
-    connect(manager->connection().data(), SIGNAL(invalidated(Tp::DBusProxy*,QString,QString)), SIGNAL(invalidated()));
+    connect(manager->connection().data(), SIGNAL(destroyed()), SIGNAL(invalidated()));
 }
 
 KTp::Presence KTp::Contact::presence() const

-- 
ktp-common-internals packaging



More information about the pkg-kde-commits mailing list