From 4452c1955c18d3c27a0f6c8498cd03a1e30aa98a Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 21 Oct 2008 14:20:54 +0000 Subject: (toggle_nodes) fix displaying big list of conflicting packages --- Rpmdrake/gui.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Rpmdrake') diff --git a/Rpmdrake/gui.pm b/Rpmdrake/gui.pm index 7c613326..8fc8e264 100644 --- a/Rpmdrake/gui.pm +++ b/Rpmdrake/gui.pm @@ -696,7 +696,7 @@ sub toggle_nodes { } if (my $conflicting_msg = urpm::select::conflicting_packages_msg($urpm, $urpm->{state})) { - if (!interactive_msg('', $conflicting_msg, yesno => 1)) { + if (!interactive_msg('', $conflicting_msg, yesno => 1, scroll => 1)) { @nodes_with_deps = (); $urpm->disable_selected(open_rpm_db(), $urpm->{state}, @requested); goto packages_selection_ok; -- cgit v1.2.1