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

Maximiliano Curia maxy at moszumanska.debian.org
Fri May 27 23:59:17 UTC 2016


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

The following commit has been merged in the master branch:
commit 34ca02dd84b3d79f42efe5ddaf24853d7ff97ce8
Author: Florian Reinhard <florian.reinhard at googlemail.com>
Date:   Wed Feb 23 23:47:58 2011 +0100

    Salut: Use the right protocol name.
---
 salut/salut-account-ui-plugin.cpp | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/salut/salut-account-ui-plugin.cpp b/salut/salut-account-ui-plugin.cpp
index bf42ec3..fcc89f2 100644
--- a/salut/salut-account-ui-plugin.cpp
+++ b/salut/salut-account-ui-plugin.cpp
@@ -52,8 +52,7 @@ AbstractAccountUi* SalutAccountUiPlugin::accountUi(const QString &connectionMana
              ", servicename: " << serviceName;
 
     // We support salut/local-xmpp
-    if(connectionManager == QLatin1String("salut") && protocol == QLatin1String("salut"))
-    {
+    if (connectionManager == QLatin1String("salut") && protocol == QLatin1String("local-xmpp")) {
         return new SalutAccountUi;
     }
 

-- 
ktp-accounts-kcm packaging



More information about the pkg-kde-commits mailing list