summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TelepathyQt4Yell/Farstream/channel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TelepathyQt4Yell/Farstream/channel.cpp b/TelepathyQt4Yell/Farstream/channel.cpp
index e78dd36..27a3f15 100644
--- a/TelepathyQt4Yell/Farstream/channel.cpp
+++ b/TelepathyQt4Yell/Farstream/channel.cpp
@@ -127,8 +127,8 @@ void PendingTfChannel::Private::onTfChannelNewFinish(GObject *sourceObject,
G_ASYNC_INITABLE(sourceObject), res, &error));
if (error) {
qDebug() << "PendingTfChannel::Private::onTfChannelNewFinish: error " << error->message;
- g_clear_error(&error);
self->setFinishedWithError(TP_QT4_ERROR_NOT_AVAILABLE, QLatin1String(error->message));
+ g_clear_error(&error);
return;
}