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


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

The following commit has been merged in the master branch:
commit 70025cbda1958cb2b133274376435cd3c9aefa4f
Author: David Edmundson <david at davidedmundson.co.uk>
Date:   Mon Mar 11 11:49:49 2013 +0000

    Use account displayName for displaying
    
    For UI purposes displayName should be used over normalisedName
    
    BUG: 316426
    REVIEW: 109376
---
 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 e0b9111..0ffbb0e 100644
--- a/KTp/Models/accounts-tree-proxy-model.cpp
+++ b/KTp/Models/accounts-tree-proxy-model.cpp
@@ -67,7 +67,7 @@ QVariant KTp::AccountsTreeProxyModel::dataForGroup(const QString &group, int rol
     case Qt::DisplayRole:
         account = d->accountManager->accountForObjectPath(group);
         if (account) {
-            return account->normalizedName();
+            return account->displayName();
         }
         break;
     case Qt::DecorationRole:

-- 
ktp-common-internals packaging



More information about the pkg-kde-commits mailing list