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


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

The following commit has been merged in the master branch:
commit d94622462bf659a45fdbc72e1d74cb088722aa05
Author: Dan Vrátil <dvratil at redhat.com>
Date:   Fri Dec 28 01:23:09 2012 +0100

    Add FeatureAvatar to Account factory
    
    Logviewer now correctly displays account avatars for all
    accounts.
    
    BUG: 310981
    FIXED-IN: 0.5.3
---
 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 ae425ea..c4ed29e 100644
--- a/logviewer/log-viewer.cpp
+++ b/logviewer/log-viewer.cpp
@@ -51,7 +51,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::FeatureAvatar);
 
     Tp::ConnectionFactoryPtr connectionFactory = Tp::ConnectionFactory::create(
                                                 QDBusConnection::sessionBus(),

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list