telepathy-qt: BaseChannelCaptchaAuthenticationInterface: Fixed property exposing.
David Edmundson
davidedmundson at kemper.freedesktop.org
Mon Jul 28 06:25:16 PDT 2014
Module: telepathy-qt
Branch: master
Commit: 25dd6741f973aab999860cf365e3b273127560f3
URL: http://cgit.freedesktop.org/telepathy/telepathy-qt/commit/?id=25dd6741f973aab999860cf365e3b273127560f3
Author: Alexandr Akulich <akulichalexander at gmail.com>
Date: Thu Jun 26 18:04:24 2014 +0600
BaseChannelCaptchaAuthenticationInterface: Fixed property exposing.
---
TelepathyQt/base-channel.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/TelepathyQt/base-channel.cpp b/TelepathyQt/base-channel.cpp
index 83a6462..b84b409 100644
--- a/TelepathyQt/base-channel.cpp
+++ b/TelepathyQt/base-channel.cpp
@@ -939,7 +939,7 @@ BaseChannelCaptchaAuthenticationInterface::~BaseChannelCaptchaAuthenticationInte
QVariantMap BaseChannelCaptchaAuthenticationInterface::immutableProperties() const
{
QVariantMap map;
- map.insert(TP_QT_IFACE_CHANNEL_TYPE_SERVER_AUTHENTICATION + QLatin1String(".CanRetryCaptcha"),
+ map.insert(TP_QT_IFACE_CHANNEL_INTERFACE_CAPTCHA_AUTHENTICATION + QLatin1String(".CanRetryCaptcha"),
QVariant::fromValue(mPriv->adaptee->canRetryCaptcha()));
return map;
}
More information about the telepathy-commits
mailing list