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


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

The following commit has been merged in the master branch:
commit cf37d4892e03390e6224063231337b74affe465c
Author: Alexandr Akulich <akulichalexander at gmail.com>
Date:   Tue Mar 11 16:02:40 2014 +0600

    Core: Tp::Connection::FeatureConnected added to ConnectionFactory default options.
---
 KTp/core.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/KTp/core.cpp b/KTp/core.cpp
index 1898dc1..1888b35 100644
--- a/KTp/core.cpp
+++ b/KTp/core.cpp
@@ -62,6 +62,7 @@ CorePrivate::CorePrivate()
 
     m_connectionFactory = Tp::ConnectionFactory::create(QDBusConnection::sessionBus(),
                                                                                Tp::Features() << Tp::Connection::FeatureCore
+                                                                                              << Tp::Connection::FeatureConnected
                                                                                               << Tp::Connection::FeatureSelfContact);
 
     m_contactFactory = KTp::ContactFactory::create(Tp::Features()  << Tp::Contact::FeatureAlias

-- 
ktp-common-internals packaging



More information about the pkg-kde-commits mailing list