From 7e8ed91fb9263681976fa6c9d81dfbe1d2f95b12 Mon Sep 17 00:00:00 2001 From: Christian Belisle Date: Mon, 21 Jan 2002 19:06:37 +0000 Subject: fix no previous bug --- transfugdrake.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/transfugdrake.pm b/transfugdrake.pm index beef26d..c1f079d 100644 --- a/transfugdrake.pm +++ b/transfugdrake.pm @@ -96,6 +96,7 @@ sub get_windows_partition { } if($fat_parts[0] eq "") { $in->ask_warn(_("No Windows Partition"), _("No Windows Partition found")); quit_global($in, 0); } + $::Wizard_no_previous = 1; my $win_part = $in->ask_from_list_(_("Select your windows partition"), _("Please specify your windows partition from the following list"), [ @fat_parts ], -- cgit v1.2.1