aboutsummaryrefslogtreecommitdiffstats
path: root/transfugdrake.pm
diff options
context:
space:
mode:
authorChristian Belisle <cbelisle@mandriva.com>2002-01-21 19:06:37 +0000
committerChristian Belisle <cbelisle@mandriva.com>2002-01-21 19:06:37 +0000
commit7e8ed91fb9263681976fa6c9d81dfbe1d2f95b12 (patch)
treeae7889eee24c18567d45a8c3afd42e0e5c66c5d7 /transfugdrake.pm
parent7b44074f3f3eefc6833efdc01523471a404ff6e2 (diff)
downloadtransfugdrake-7e8ed91fb9263681976fa6c9d81dfbe1d2f95b12.tar
transfugdrake-7e8ed91fb9263681976fa6c9d81dfbe1d2f95b12.tar.gz
transfugdrake-7e8ed91fb9263681976fa6c9d81dfbe1d2f95b12.tar.bz2
transfugdrake-7e8ed91fb9263681976fa6c9d81dfbe1d2f95b12.tar.xz
transfugdrake-7e8ed91fb9263681976fa6c9d81dfbe1d2f95b12.zip
fix no previous bug
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 ],