From 1d27dbf5e28c61be9eeb078c44f2481fb25e7195 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 20 Feb 2001 01:09:07 +0000 Subject: major move. now ask_from_list returns false when canceled (it doesn't die 'ask_from_list canceled' anymore) --- perl-install/install2.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install2.pm') diff --git a/perl-install/install2.pm b/perl-install/install2.pm index f1464ce1e..2f5c3f47a 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -584,7 +584,7 @@ sub main { redo MAIN; } /^theme_changed$/ and redo MAIN; - unless (/^already displayed/ || /^ask_from_list cancel/) { + unless (/^already displayed/) { eval { $o->errorInStep($_) }; $@ and next; } -- cgit v1.2.1