From 6e7083cfc672372eaa83a0456d54312020fa86c0 Mon Sep 17 00:00:00 2001 From: Stefan Schubert Date: Tue, 11 Sep 2007 10:17:51 +0000 Subject: [PATCH] uninstallable resolvable -->suggested solution: delete; Bug 308164 --- zypp/solver/detail/Resolver_problems.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zypp/solver/detail/Resolver_problems.cc b/zypp/solver/detail/Resolver_problems.cc index 8755cd8..3cc935a 100644 --- a/zypp/solver/detail/Resolver_problems.cc +++ b/zypp/solver/detail/Resolver_problems.cc @@ -546,7 +546,7 @@ Resolver::problems (const bool ignoreValidSolution) const details = str::form (_("%s is not installed and has been marked as uninstallable"), who.c_str()) + "\n"; details += logAdditionalInfo(collector.additionalInfo, item); ResolverProblem_Ptr problem = new ResolverProblem (what, details); - problem->addSolution (new ProblemSolutionInstall (problem, item)); // Install resolvable again + problem->addSolution (new ProblemSolutionUninstall (problem, item)); // Uninstall resolvable problems.push_back (problem); problem_created = true; } -- 2.7.4