diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-02-17 20:00:29 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-02-17 20:00:29 +0000 |
commit | 43ef10a44ae78c3078713d3c615eff593273b81f (patch) | |
tree | 5a92100420886647ea6fc5c840322adf1ed00360 /perl-install/diskdrake | |
parent | 704fcd915fa63cb0d40361862525955857455dca (diff) | |
download | drakx-43ef10a44ae78c3078713d3c615eff593273b81f.tar drakx-43ef10a44ae78c3078713d3c615eff593273b81f.tar.gz drakx-43ef10a44ae78c3078713d3c615eff593273b81f.tar.bz2 drakx-43ef10a44ae78c3078713d3c615eff593273b81f.tar.xz drakx-43ef10a44ae78c3078713d3c615eff593273b81f.zip |
remove debug code :-(
Diffstat (limited to 'perl-install/diskdrake')
-rw-r--r-- | perl-install/diskdrake/interactive.pm | 2 |
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' }, |