aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xRpmdrake/pkg.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rpmdrake/pkg.pm b/Rpmdrake/pkg.pm
index 1f27c86f..b750fffa 100755
--- a/Rpmdrake/pkg.pm
+++ b/Rpmdrake/pkg.pm
@@ -613,7 +613,7 @@ sub perform_installation { #- (partially) duplicated from /usr/sbin/urpmi :-(
# handle 'allow-force' and 'allow-nodeps' options:
my ($title, $msg) = @_;
local $::main_window = $Rpmdrake::gurpm::mainw->{real_window};
- interactive_msg($title, $msg, yesno => 1, if_(10 < $msg =~ tr/\n/\n/, scroll => 1),
+ interactive_msg($title, $msg, yesno => 1, scroll => 1,
) or goto return_with_exit_code;
},
message => sub {