diff options
Diffstat (limited to 'perl-install/install2.pm')
-rw-r--r-- | perl-install/install2.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |