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


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

The following commit has been merged in the master branch:
commit 06791edd376f0bea14cb31a8971dd55416aed6e7
Author: Leon Handreke <leonh at ndreke.de>
Date:   Sun Dec 29 20:24:11 2013 +0100

    Make singleton AccountFactory capable of filtering by capabilities
    
    The JoinChatRoomDialog uses this to filter for accounts that support
    multi-user conversations.
    
    Reviewed-By: David Edmundson
---
 KTp/core.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/KTp/core.cpp b/KTp/core.cpp
index 1cb1081..2ee7594 100644
--- a/KTp/core.cpp
+++ b/KTp/core.cpp
@@ -57,6 +57,7 @@ CorePrivate::CorePrivate()
 
     m_accountFactory = KTp::AccountFactory::create(QDBusConnection::sessionBus(),
                                                                     Tp::Features() << Tp::Account::FeatureCore
+                                                                                   << Tp::Account::FeatureCapabilities
                                                                                    << Tp::Account::FeatureProfile);
 
     m_connectionFactory = Tp::ConnectionFactory::create(QDBusConnection::sessionBus(),

-- 
ktp-common-internals packaging



More information about the pkg-kde-commits mailing list