aboutsummaryrefslogtreecommitdiffstats
path: root/transfugdrake.pm
diff options
context:
space:
mode:
Diffstat (limited to 'transfugdrake.pm')
-rw-r--r--transfugdrake.pm1
1 files changed, 1 insertions, 0 deletions
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 ],