From c2e2cfa5665fc4c8259d3dfa1f554ed9a36e2941 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 1 Jun 2004 08:20:22 +0000 Subject: fix "two windows after exception" bug --- perl-install/standalone/drakboot | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/perl-install/standalone/drakboot b/perl-install/standalone/drakboot index 3298a3d39..e41a50da1 100755 --- a/perl-install/standalone/drakboot +++ b/perl-install/standalone/drakboot @@ -252,8 +252,9 @@ sub lilo_choice() { if ($err && $err !~ /wizcancel/) { # BUG: note that the following message won't speak about the right bootloader if user is currently switching between # various bootloaders and if the error occured before boot sector get overwritten by bootloader installer - $in->ask_warn(N("Error"), + my $w = $in->ask_warn(N("Error2"), [ N("Installation of %s failed. The following error occured:", bootloader::detect_bootloader()), $err ]); + undef $w; goto ask; } } -- cgit v1.2.1