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


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

The following commit has been merged in the master branch:
commit 3fdff656f65b639c4fcb3762f9494e28e07b1038
Author: Àlex Fiestas <afiestas at kde.org>
Date:   Fri Jun 7 13:04:24 2013 +0200

    Only Use X-FACEBOOK-PLATFORM if we have an accountStorageId
    
    mission-control-uoa will store the Account ID for the account stored in
    KDE-Accounts in the field called "AccountStorageId" so all accounts that
    come from KDE-Accounts should have it.
---
 sasl-auth-op.cpp | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/sasl-auth-op.cpp b/sasl-auth-op.cpp
index 1c74c09..1e0d403 100644
--- a/sasl-auth-op.cpp
+++ b/sasl-auth-op.cpp
@@ -62,8 +62,7 @@ void SaslAuthOp::gotProperties(Tp::PendingOperation *op)
     QStringList mechanisms = qdbus_cast<QStringList>(props.value(QLatin1String("AvailableMechanisms")));
     kDebug() << mechanisms;
 
-    if (mechanisms.contains(QLatin1String("X-FACEBOOK-PLATFORM"))) {
-        XTelepathySSOOperation *authop = new XTelepathySSOOperation(m_account, m_saslIface);
+    if (mechanisms.contains(QLatin1String("X-FACEBOOK-PLATFORM")) && m_accountStorageId) {
         XTelepathySSOOperation *authop = new XTelepathySSOOperation(m_account, m_accountStorageId, m_saslIface);
         connect(authop,
                 SIGNAL(finished(Tp::PendingOperation*)),

-- 
ktp-auth-handler packaging



More information about the pkg-kde-commits mailing list