From 016dc91588de162a1b6a54ff31c0588eebd1a135 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Wed, 8 Dec 2004 14:18:06 +0000 Subject: Always separate package names with \n --- gurpmi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gurpmi b/gurpmi index 890c5ff4..ebd60f98 100644 --- a/gurpmi +++ b/gurpmi @@ -137,7 +137,7 @@ You may prefer to just save it. What is your choice?", $rpms->[0]) %s -Proceed?", join ', ', @all_rpms) +Proceed?", join "\n", @all_rpms) ); $label->set_line_wrap(1); $label->set_alignment(0.5, 0.5); -- cgit v1.2.1