diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-09-24 15:06:12 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-09-24 15:06:12 +0000 |
commit | b3b73a63d14b4702369776093214f779f69f4aa3 (patch) | |
tree | 6a9125d7daf11ce4b7f0a7e9f0ebe8cebcc0c6ab /perl-install/standalone/mousedrake | |
parent | 041bce7f1ab685a4290865e4eb2c2f5d2aaac285 (diff) | |
download | drakx-b3b73a63d14b4702369776093214f779f69f4aa3.tar drakx-b3b73a63d14b4702369776093214f779f69f4aa3.tar.gz drakx-b3b73a63d14b4702369776093214f779f69f4aa3.tar.bz2 drakx-b3b73a63d14b4702369776093214f779f69f4aa3.tar.xz drakx-b3b73a63d14b4702369776093214f779f69f4aa3.zip |
no_comment
Diffstat (limited to 'perl-install/standalone/mousedrake')
-rwxr-xr-x | perl-install/standalone/mousedrake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/mousedrake b/perl-install/standalone/mousedrake index 93fc3081e..e1d3456b7 100755 --- a/perl-install/standalone/mousedrake +++ b/perl-install/standalone/mousedrake @@ -39,7 +39,7 @@ $mouse->{XEMU3} = 'yes' if $mouse->{nbuttons} < 3 && (!$::noauto || $in->ask_yes $mouse->{device} = mouse::serial_ports_names2dev( $in->ask_from_list(_("Mouse Port"), _("Which serial port is your mouse connected to?"), - [ mouse::serial_ports_names() ])) if $mouse->{device} eq "ttyS"; + [ mouse::serial_ports_names() ])) if $mouse->{type} eq 'serial'; mouse::write('', $mouse); modules::write_conf('') if $mouse->{device} eq "usbmouse" && !$::testing; |