uninstallable resolvable -->suggested solution: delete; Bug 308164
authorStefan Schubert <schubi@suse.de>
Tue, 11 Sep 2007 10:17:51 +0000 (10:17 +0000)
committerStefan Schubert <schubi@suse.de>
Tue, 11 Sep 2007 10:17:51 +0000 (10:17 +0000)
zypp/solver/detail/Resolver_problems.cc

index 8755cd8..3cc935a 100644 (file)
@@ -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;
                    }