diff --git a/src/plugins/cpaster/codepasterprotocol.cpp b/src/plugins/cpaster/codepasterprotocol.cpp
index 57a21dee21997c75ba089fa6d951154a13251c1f..3e0f9db139011360741d61f7da86004edf911d8d 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();