[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:15 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-auth-handler.git;a=commitdiff;h=a0f3cde
The following commit has been merged in the master branch:
commit a0f3cde4a8837232b73c3fcc91c379a7cf213aa9
Author: Àlex Fiestas <afiestas at kde.org>
Date: Fri Jun 7 19:16:16 2013 +0200
Call getReady once we have the StorageIdentifier
---
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 3351307..7b1cbcf 100644
--- a/sasl-auth-op.cpp
+++ b/sasl-auth-op.cpp
@@ -156,6 +156,7 @@ void SaslAuthOp::onGetAccountStorageFetched(Tp::PendingOperation* op)
m_accountStorageId = pendingMap->result()["StorageIdentifier"].value<QDBusVariant>().variant().toInt();
kDebug() << m_accountStorageId;
+ setReady();
}
void SaslAuthOp::fetchAccountStorage()
@@ -167,8 +168,6 @@ void SaslAuthOp::fetchAccountStorage()
Tp::PendingVariantMap *pendingMap = accountStorageInterface->requestAllProperties();
connect(pendingMap, SIGNAL(finished(Tp::PendingOperation*)), SLOT(onGetAccountStorageFetched(Tp::PendingOperation*)));
-
- setReady();
}
#endif
--
ktp-auth-handler packaging
More information about the pkg-kde-commits
mailing list