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


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

The following commit has been merged in the master branch:
commit 52db3874151789caa7869ebbfed593282a80a59d
Author: Martin Klapetek <martin.klapetek at gmail.com>
Date:   Thu Feb 21 12:46:00 2013 +0100

    Invalidate KTp::Contact when its connection was invalidated
    
    Reviewed-by: David Edmundson
---
 KTp/contact.cpp | 1 +
 1 file changed, 1 insertion(+)

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

-- 
ktp-common-internals packaging



More information about the pkg-kde-commits mailing list