From 7326212671e7d6273fd446d01cbe9f8dee25de2f Mon Sep 17 00:00:00 2001 From: Leo Franchi Date: Sat, 19 May 2012 23:17:22 -0400 Subject: [PATCH] Only emit finished once for binary resolvers --- src/libtomahawk/AtticaManager.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libtomahawk/AtticaManager.cpp b/src/libtomahawk/AtticaManager.cpp index cea2f64ce..b345f49e8 100644 --- a/src/libtomahawk/AtticaManager.cpp +++ b/src/libtomahawk/AtticaManager.cpp @@ -532,8 +532,8 @@ AtticaManager::payloadFetched() else { TomahawkUtils::extractBinaryResolver( f.fileName(), new BinaryInstallerHelper( resolverId, reply->property( "createAccount" ).toBool(), this ) ); - // Don't emit failed yet - installedSuccessfully = true; + // Don't emit success or failed yet, helpre will do that. + return; } } else