[SCM] ktp-kded-integration-module packaging branch, master, updated. debian/15.12.1-2-382-gbd961c2

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:15:42 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-kded-module.git;a=commitdiff;h=5e14fe3

The following commit has been merged in the master branch:
commit 5e14fe3a810693ce61ebdce627cce44b137748f0
Author: David Edmundson <kde at davidedmundson.co.uk>
Date:   Thu Apr 10 23:23:40 2014 +0200

    Connect to the accountManager becoming ready
    
    This fixes the contact request handler not working broken in
    b29833c28dc5a805ca63382d478260660ff46ffd
---
 telepathy-module.cpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/telepathy-module.cpp b/telepathy-module.cpp
index ce3ffdc..3c34b6e 100644
--- a/telepathy-module.cpp
+++ b/telepathy-module.cpp
@@ -52,6 +52,8 @@ TelepathyModule::TelepathyModule(QObject *parent, const QList<QVariant> &args)
     Tp::registerTypes();
     Tp::enableDebug(false);
     Tp::enableWarnings(false);
+
+    connect(KTp::accountManager()->becomeReady(), SIGNAL(finished(Tp::PendingOperation*)), SLOT(onAccountManagerReady(Tp::PendingOperation*)));
 }
 
 TelepathyModule::~TelepathyModule()

-- 
ktp-kded-integration-module packaging



More information about the pkg-kde-commits mailing list