[SCM] ktp-text-ui packaging branch, master, updated. debian/15.12.1-1-1918-gdf4b0ec

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:22:43 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-text-ui.git;a=commitdiff;h=345deb8

The following commit has been merged in the master branch:
commit 345deb889102e07de8f704d2e882e2faa1219c7e
Author: David Edmundson <kde at davidedmundson.co.uk>
Date:   Fri Sep 21 16:08:05 2012 +0100

    Enable AccountProfile feature so Account toolbar shows correct icon
    
    I.e show the google icon for when chatting via GTalk, not the jabber icon
---
 app/main.cpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/app/main.cpp b/app/main.cpp
index 25a933c..eafcef9 100644
--- a/app/main.cpp
+++ b/app/main.cpp
@@ -48,7 +48,8 @@ int main(int argc, char *argv[])
     Tp::registerTypes();
 
     Tp::AccountFactoryPtr accountFactory = Tp::AccountFactory::create(QDBusConnection::sessionBus(),
-                                                                      Tp::Account::FeatureCore);
+                                                                      Tp::Features() << Tp::Account::FeatureCore
+                                                                                     << Tp::Account::FeatureProfile);
 
     Tp::ConnectionFactoryPtr  connectionFactory = Tp::ConnectionFactory::create(
         QDBusConnection::sessionBus(),

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list