summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2003-11-21 11:16:23 +0000
committerPascal Rigaux <pixel@mandriva.com>2003-11-21 11:16:23 +0000
commitdad6e4aade1c73e302b559458c021c29fd08f208 (patch)
tree84e9c3d6f0c758267cdfb16ead553ec37db19a02 /perl-install
parent8b321d773f9de7f97d056650aff2e8e467e02572 (diff)
downloaddrakx-dad6e4aade1c73e302b559458c021c29fd08f208.tar
drakx-dad6e4aade1c73e302b559458c021c29fd08f208.tar.gz
drakx-dad6e4aade1c73e302b559458c021c29fd08f208.tar.bz2
drakx-dad6e4aade1c73e302b559458c021c29fd08f208.tar.xz
drakx-dad6e4aade1c73e302b559458c021c29fd08f208.zip
don't ask mouse when unsafe is not set (and it is currently very seldom set)
pixel really did miserably commit this in 03/2003, though it was a change used for debugging :-(
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/install_steps_interactive.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm
index 5863a64a7..c1984829e 100644
--- a/perl-install/install_steps_interactive.pm
+++ b/perl-install/install_steps_interactive.pm
@@ -173,7 +173,7 @@ sub selectInstallClass {
sub selectMouse {
my ($o, $force) = @_;
- $force ||= $o->{mouse}{unsafe} || 1;
+ $force ||= $o->{mouse}{unsafe};
if ($force) {
my $prev = $o->{mouse}{type} . '|' . $o->{mouse}{name};