From 80d2488e57d86edbdabc391aea6455ca82ea2956 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 19 Feb 2001 13:26:49 +0000 Subject: (ask_from_listf_no_check): die 'ask_from_list cancel' on cancel --- perl-install/interactive.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/interactive.pm') diff --git a/perl-install/interactive.pm b/perl-install/interactive.pm index f14efcfe7..928c00c91 100644 --- a/perl-install/interactive.pm +++ b/perl-install/interactive.pm @@ -131,7 +131,7 @@ sub ask_from_listf_no_check { if_($l->[1], cancel => may_apply($f, $l->[1]), focus_cancel => $def eq $l->[1]) }, [] ) ? $l->[0] : $l->[1]; } else { - ask_from_entries_refH($o, $title, $message, [ { val => \$def, type => 'list', list => $l, help => $help, format => $f } ]); + ask_from_entries_refH($o, $title, $message, [ { val => \$def, type => 'list', list => $l, help => $help, format => $f } ]) or die 'ask_from_list cancel'; $def; } } -- cgit v1.2.1