From e00abaf5906c170448081a125e1d09a053489873 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 20 Sep 2007 10:20:03 +0000 Subject: (perform_installation) enable to copy/paste transaction errors --- Rpmdrake/pkg.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Rpmdrake/pkg.pm') diff --git a/Rpmdrake/pkg.pm b/Rpmdrake/pkg.pm index 09f4905e..1db71b53 100644 --- a/Rpmdrake/pkg.pm +++ b/Rpmdrake/pkg.pm @@ -681,7 +681,7 @@ sub perform_installation { #- (partially) duplicated from /usr/sbin/urpmi :-( if_($nok, N("%d installation transactions failed", $nok) . "\n\n") . N("There was a problem during the installation:\n\n%s", join("\n\n", @$errors, @error_msgs)), - if_(@$errors + @error_msgs > 1, scroll => 1), + scroll => 1, ); }, success_summary => sub { -- cgit v1.2.1