[SCM] ktp-accounts-kcm packaging branch, master, updated. debian/15.12.1-1-1157-gc4589c5

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:01:45 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-accounts-kcm.git;a=commitdiff;h=d02a6ef

The following commit has been merged in the master branch:
commit d02a6ef8634f89e36512331429582d51f6f6934b
Author: Daniele E. Domenichelli <daniele.domenichelli at gmail.com>
Date:   Tue Feb 28 00:01:49 2012 +0100

    Remove "Account disabled" from connectionStatusReason for disabled account
    
    Since we display it on the right it does not make sense to have it twice
---
 src/account-item.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/account-item.cpp b/src/account-item.cpp
index 73f3a24..0cac63f 100644
--- a/src/account-item.cpp
+++ b/src/account-item.cpp
@@ -132,7 +132,7 @@ const KIcon AccountItem::connectionStateIcon() const
 const QString AccountItem::connectionStatusReason() const
 {
     if (!m_account->isEnabled()) {
-        return i18n("Account disabled - Click checkbox to enable");
+        return i18n("Click checkbox to enable");
     }
     else if (m_account->connectionStatusReason() == Tp::ConnectionStatusReasonRequested) {
         return QString();

-- 
ktp-accounts-kcm packaging



More information about the pkg-kde-commits mailing list