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


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

The following commit has been merged in the master branch:
commit 544a25ddc053cc3d1b78f57adf2d3227a877ee92
Author: Martin Klapetek <martin.klapetek at gmail.com>
Date:   Thu Mar 21 12:34:07 2013 +0100

    Don't delete teh account when connection goes down
---
 kpeople/nepomuk-feeder/account.cpp | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/kpeople/nepomuk-feeder/account.cpp b/kpeople/nepomuk-feeder/account.cpp
index 43b1a43..6c5f404 100644
--- a/kpeople/nepomuk-feeder/account.cpp
+++ b/kpeople/nepomuk-feeder/account.cpp
@@ -88,11 +88,6 @@ void Account::onConnectionChanged(const Tp::ConnectionPtr &connection)
 
         m_connection = connection;
 
-        // We need to destroy ourselves if the connection goes down.
-        connect(m_connection.data(),
-            SIGNAL(invalidated(Tp::DBusProxy*,QString,QString)),
-            SLOT(deleteLater()));
-
         if (!m_connection->contactManager()) {
             kWarning() << "ContactManager is Null. Abort getting contacts.";
             return;

-- 
ktp-common-internals packaging



More information about the pkg-kde-commits mailing list