Fix Coverity bug 1108194: Copy-paste error
Signed-off-by: Rene Gollent <[email protected]>
This commit is contained in:
committed by
Rene Gollent
parent
adde25de6e
commit
f4025b640e
@@ -398,7 +398,7 @@ PackageManager::HandleProblems()
|
|||||||
installPackages.insert(fCurrentInstallPackage);
|
installPackages.insert(fCurrentInstallPackage);
|
||||||
|
|
||||||
if (fCurrentUninstallPackage != NULL)
|
if (fCurrentUninstallPackage != NULL)
|
||||||
uninstallPackages.insert(fCurrentInstallPackage);
|
uninstallPackages.insert(fCurrentUninstallPackage);
|
||||||
|
|
||||||
if (!fProblemWindow->Go(fSolver,installPackages, uninstallPackages))
|
if (!fProblemWindow->Go(fSolver,installPackages, uninstallPackages))
|
||||||
throw BAbortedByUserException();
|
throw BAbortedByUserException();
|
||||||
|
|||||||
Reference in New Issue
Block a user