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


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

The following commit has been merged in the master branch:
commit 4b87a8a64066a3042f784b34578c81097167685f
Author: Dan Vrátil <dvratil at redhat.com>
Date:   Fri Nov 16 09:30:38 2012 +0100

    Add FeatureProfile to AccountFactory
    
    Fixes account icons in the logsi mport dialog
    
    Reviewed-by: David Edmundson
---
 logviewer/log-viewer.cpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/logviewer/log-viewer.cpp b/logviewer/log-viewer.cpp
index 9d20a35..13db0c4 100644
--- a/logviewer/log-viewer.cpp
+++ b/logviewer/log-viewer.cpp
@@ -59,7 +59,8 @@ LogViewer::LogViewer(QWidget *parent) :
 
     Tp::AccountFactoryPtr  accountFactory = Tp::AccountFactory::create(
                                                 QDBusConnection::sessionBus(),
-                                                Tp::Features() << 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