[SCM] ktp-auth-handler packaging branch, master, updated. debian/15.12.1-2-282-g080758e

Maximiliano Curia maxy at moszumanska.debian.org
Fri May 27 23:58:33 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-auth-handler.git;a=commitdiff;h=7ed11f1

The following commit has been merged in the master branch:
commit 7ed11f148eaeba9ca2ded1d2b6b7bf315b7171cc
Author: Daniele E. Domenichelli <daniele.domenichelli at gmail.com>
Date:   Fri Dec 23 15:29:35 2011 +0100

    Cleanup
---
 sasl-auth-op.cpp | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/sasl-auth-op.cpp b/sasl-auth-op.cpp
index 4fdfa2d..f78eaf8 100644
--- a/sasl-auth-op.cpp
+++ b/sasl-auth-op.cpp
@@ -61,7 +61,9 @@ void SaslAuthOp::gotProperties(Tp::PendingOperation *op)
         // everything ok, we can return from handleChannels now
         emit ready(this);
         XTelepathyPasswordAuthOperation *authop = new XTelepathyPasswordAuthOperation(m_account, m_saslIface, qdbus_cast<bool>(props.value("CanTryAgain")));
-        connect (authop, SIGNAL(finished(Tp::PendingOperation*)), SLOT(onAuthOperationFinished(Tp::PendingOperation*)));
+        connect (authop,
+                 SIGNAL(finished(Tp::PendingOperation*)),
+                 SLOT(onAuthOperationFinished(Tp::PendingOperation*)));
         uint status = qdbus_cast<uint>(props.value("SASLStatus"));
         QString error = qdbus_cast<QString>(props.value("SASLError"));
         QVariantMap errorDetails = qdbus_cast<QVariantMap>(props.value("SASLErrorDetails"));
@@ -73,7 +75,6 @@ void SaslAuthOp::gotProperties(Tp::PendingOperation *op)
                 QLatin1String("X-TELEPATHY-PASSWORD is the only supported SASL mechanism and is not available"));
         return;
     }
-
 }
 
 void SaslAuthOp::onAuthOperationFinished(Tp::PendingOperation *op)

-- 
ktp-auth-handler packaging



More information about the pkg-kde-commits mailing list