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


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

The following commit has been merged in the master branch:
commit 29f4dead5dab5831caf0e593893c2c17edeb989e
Author: George Goldberg <grundleborg at googlemail.com>
Date:   Mon Feb 22 21:07:00 2010 +0000

    Don't connect to haveConnectionChanged() until the nepomuk resources are populated.
    
    svn path=/trunk/playground/network/telepathy-integration-daemon/; revision=1094491
---
 kpeople/nepomuk-feeder/telepathyaccount.cpp | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/kpeople/nepomuk-feeder/telepathyaccount.cpp b/kpeople/nepomuk-feeder/telepathyaccount.cpp
index a133ffc..ca4b1ad 100644
--- a/kpeople/nepomuk-feeder/telepathyaccount.cpp
+++ b/kpeople/nepomuk-feeder/telepathyaccount.cpp
@@ -61,9 +61,6 @@ TelepathyAccount::TelepathyAccount(const QString &path, TelepathyAccountMonitor
 
     // Connect to all the signals that indicate changes in properties we care about.
     connect(m_account.data(),
-            SIGNAL(haveConnectionChanged(bool)),
-            SLOT(onHaveConnectionChanged(bool)));
-    connect(m_account.data(),
             SIGNAL(nicknameChanged(const QString &)),
             SLOT(onNicknameChanged(const QString &)));
     connect(m_account.data(),

-- 
ktp-common-internals packaging



More information about the pkg-kde-commits mailing list