diff --git a/src/apps/haiku-depot/PackageManager.cpp b/src/apps/haiku-depot/PackageManager.cpp index 559772bd89..80442706ec 100644 --- a/src/apps/haiku-depot/PackageManager.cpp +++ b/src/apps/haiku-depot/PackageManager.cpp @@ -398,7 +398,7 @@ PackageManager::HandleProblems() installPackages.insert(fCurrentInstallPackage); if (fCurrentUninstallPackage != NULL) - uninstallPackages.insert(fCurrentInstallPackage); + uninstallPackages.insert(fCurrentUninstallPackage); if (!fProblemWindow->Go(fSolver,installPackages, uninstallPackages)) throw BAbortedByUserException();