summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2003-02-17 20:00:29 +0000
committerPascal Rigaux <pixel@mandriva.com>2003-02-17 20:00:29 +0000
commit43ef10a44ae78c3078713d3c615eff593273b81f (patch)
tree5a92100420886647ea6fc5c840322adf1ed00360 /perl-install
parent704fcd915fa63cb0d40361862525955857455dca (diff)
downloaddrakx-backup-do-not-use-43ef10a44ae78c3078713d3c615eff593273b81f.tar
drakx-backup-do-not-use-43ef10a44ae78c3078713d3c615eff593273b81f.tar.gz
drakx-backup-do-not-use-43ef10a44ae78c3078713d3c615eff593273b81f.tar.bz2
drakx-backup-do-not-use-43ef10a44ae78c3078713d3c615eff593273b81f.tar.xz
drakx-backup-do-not-use-43ef10a44ae78c3078713d3c615eff593273b81f.zip
remove debug code :-(
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/diskdrake/interactive.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/diskdrake/interactive.pm b/perl-install/diskdrake/interactive.pm
index 2e7692208..95f0aa2bc 100644
--- a/perl-install/diskdrake/interactive.pm
+++ b/perl-install/diskdrake/interactive.pm
@@ -333,7 +333,7 @@ sub More {
{ val => N("Save partition table"), clicked_may_quit => sub { SaveInFile($in, $hd); 1 } },
{ val => N("Restore partition table"), clicked_may_quit => sub { ReadFromFile($in, $hd); 1 } },
{ val => N("Rescue partition table"), clicked_may_quit => sub { Rescuept($in, $hd); 1 } },
- if_($::isInstall || 1,
+ if_($::isInstall,
{ val => N("Reload partition table"), clicked_may_quit => sub { $r = 'force_reload'; 1 } }),
if_($::isInstall,
{ text => N("Removable media automounting"), val => \$::o->{useSupermount}, type => 'bool' },