aboutsummaryrefslogtreecommitdiffstats
path: root/Rpmdrake/pkg.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Rpmdrake/pkg.pm')
-rw-r--r--Rpmdrake/pkg.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rpmdrake/pkg.pm b/Rpmdrake/pkg.pm
index 02bf4dd2..79bc7f7e 100644
--- a/Rpmdrake/pkg.pm
+++ b/Rpmdrake/pkg.pm
@@ -944,7 +944,7 @@ sub perform_removal {
} else {
if ($may_be_orphans && !$::rpmdrake_options{auto_orphans}) {
if (my $msg = urpm::orphans::get_now_orphans_msg($urpm)) {
- interactive_msg(N("Information"), $msg);
+ interactive_msg(N("Information"), $msg, scroll => 1);
}
}
return 0;