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


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

The following commit has been merged in the master branch:
commit 75ed96c7dd20b5420c3ed5b3aea03f12f199f46b
Author: David Edmundson <kde at davidedmundson.co.uk>
Date:   Fri Feb 1 17:52:09 2013 +0000

    show icon to accounts tree proxy
---
 KTp/Models/accounts-tree-proxy-model.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/KTp/Models/accounts-tree-proxy-model.cpp b/KTp/Models/accounts-tree-proxy-model.cpp
index 9207278..acc803e 100644
--- a/KTp/Models/accounts-tree-proxy-model.cpp
+++ b/KTp/Models/accounts-tree-proxy-model.cpp
@@ -73,7 +73,7 @@ QVariant KTp::AccountsTreeProxyModel::dataForGroup(const QString &group, int rol
     case Qt::DecorationRole:
         account = d->accountManager->accountForObjectPath(group);
         if (account) {
-            return account->iconName();
+            return KIcon(account->iconName());
         }
         break;
     case KTp::AccountRole:

-- 
ktp-common-internals packaging



More information about the pkg-kde-commits mailing list