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


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

The following commit has been merged in the master branch:
commit 260efa12098c6c8400ccd3a3bc3d79022d9f973d
Author: Matteo Nardi <91.matteo at gmail.com>
Date:   Fri Jul 31 17:42:39 2009 +0000

    Show a warning icon over invalid accounts in the account list.
    BUG: 201399
    
    svn path=/trunk/playground/network/telepathy-accounts-kcm/; revision=1005262
---
 KTp/Models/accounts-list-model.cpp | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/KTp/Models/accounts-list-model.cpp b/KTp/Models/accounts-list-model.cpp
index 54fc370..1b37825 100644
--- a/KTp/Models/accounts-list-model.cpp
+++ b/KTp/Models/accounts-list-model.cpp
@@ -67,8 +67,7 @@ QVariant AccountsListModel::data(const QModelIndex &index, int role) const
         break;
 
     case Qt::DecorationRole:
-        //FIXME: we need to move kopete protocol icons to oxygen..
-        data = QVariant(KIcon(account->icon()));
+        data = QVariant(m_readyAccounts.at(index.row())->icon());
         break;
 
     case Qt::CheckStateRole:

-- 
ktp-common-internals packaging



More information about the pkg-kde-commits mailing list