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


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

The following commit has been merged in the master branch:
commit 6269cf4ca6594187c2d6ce5cab285d65bc66ecfb
Author: Martin Klapetek <mklapetek at kde.org>
Date:   Mon Jul 20 16:52:24 2015 +0200

    [kaccounts] Include the protocol name in the error message for unknown cm/protocol
---
 plugins/kaccounts/kaccounts-ui-provider.cpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/plugins/kaccounts/kaccounts-ui-provider.cpp b/plugins/kaccounts/kaccounts-ui-provider.cpp
index af916d8..d48c41d 100644
--- a/plugins/kaccounts/kaccounts-ui-provider.cpp
+++ b/plugins/kaccounts/kaccounts-ui-provider.cpp
@@ -195,7 +195,8 @@ void KAccountsUiProvider::onProfileManagerReady(Tp::PendingOperation *op)
     }
 
     if (d->profile.isNull() || profiles.isEmpty()) {
-        Q_EMIT  error(i18n("This IM Account cannot be created - a Telepathy Connection Manager named '%1' is missing. Please try installing it with your package manager.", d->manager));
+        Q_EMIT  error(i18n("This IM Account cannot be created - a Telepathy Connection Manager named '%1' is missing or it cannot handle protocol '%2'. " \
+                           "Please try installing %1 with your package manager.", d->manager, d->protocol));
         return;
     }
 

-- 
ktp-accounts-kcm packaging



More information about the pkg-kde-commits mailing list