diff --git a/src/libtomahawk/AtticaManager.cpp b/src/libtomahawk/AtticaManager.cpp index 1e2214a3d..a27978e75 100644 --- a/src/libtomahawk/AtticaManager.cpp +++ b/src/libtomahawk/AtticaManager.cpp @@ -464,7 +464,7 @@ AtticaManager::resolverIconFetched() const QString resolverId = reply->property( "resolverId" ).toString(); - if ( !reply->error() == QNetworkReply::NoError ) + if ( reply->error() != QNetworkReply::NoError ) { tLog() << "Failed to fetch resolver icon image:" << reply->errorString(); return;