From 9861915986ef709f19eda9ae91eb9cd499b25b68 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 25 Feb 2003 14:30:19 +0000 Subject: join detect_devices::stringlist() to have it in a text box (eurk!) (for bug #1802), the result is quite ugly, but at least the full line can be read --- perl-install/modules/interactive.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/modules/interactive.pm b/perl-install/modules/interactive.pm index 1e5e039d5..cdf1c2a0c 100644 --- a/perl-install/modules/interactive.pm +++ b/perl-install/modules/interactive.pm @@ -67,7 +67,7 @@ sub load_category__prompt_for_more { if ($r eq "Yes") { push @l, load_category__prompt($in, $category) || next; } else { - $in->ask_warn('', [ detect_devices::stringlist() ]); + $in->ask_warn('', join("\n", detect_devices::stringlist())); } } } -- cgit v1.2.1