diff --git a/src/plugins/cpaster/codepasterprotocol.cpp b/src/plugins/cpaster/codepasterprotocol.cpp index 57a21dee219..3e0f9db1390 100644 --- a/src/plugins/cpaster/codepasterprotocol.cpp +++ b/src/plugins/cpaster/codepasterprotocol.cpp @@ -139,7 +139,7 @@ void CodePasterProtocol::fetchFinished() void CodePasterProtocol::listFinished() { if (listReply->error()) { - ICore::instance()->messageManager()->printToOutputPane(reply->errorString(), true); + ICore::instance()->messageManager()->printToOutputPane(listReply->errorString(), true); } else { QByteArray data = listReply->readAll(); listWidget->clear();