From 8b6ac903f78d72089f910284e0d3f625d1932219 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 20 Sep 2007 10:20:13 +0000 Subject: (perform_installation) always display "Is it ok to continue?" --- Rpmdrake/pkg.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Rpmdrake') diff --git a/Rpmdrake/pkg.pm b/Rpmdrake/pkg.pm index 1db71b53..c82b727a 100644 --- a/Rpmdrake/pkg.pm +++ b/Rpmdrake/pkg.pm @@ -544,8 +544,9 @@ sub perform_installation { #- (partially) duplicated from /usr/sbin/urpmi :-( (!$to_install ? join("\n\n", P("Remove one package?", "Remove %d packages?", $remove_count, $remove_count), $r) : ($remove_count == 1 ? N("The following package has to be removed for others to be upgraded:") - : N("The following packages have to be removed for others to be upgraded:")) . join("\n\n", '', $r, if_($to_install, $to_install)) . N("Is it ok to continue?")) + : N("The following packages have to be removed for others to be upgraded:")) . join("\n\n", '', $r, if_($to_install, $to_install))) : $to_install), + N("Is it ok to continue?")), scroll => 1, yesno => 1) or return 1; -- cgit v1.2.1