diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2004-02-04 12:46:11 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2004-02-04 12:46:11 +0000 |
commit | cf19016631d8c48fb35b74e6941a166fc4be6adf (patch) | |
tree | d91fc85f22f8b3090b6ca60fa02211542b5040ba /perl-install | |
parent | 8e9f709c6fd99ead52a365c9d25575cdf1409af2 (diff) | |
download | drakx-cf19016631d8c48fb35b74e6941a166fc4be6adf.tar drakx-cf19016631d8c48fb35b74e6941a166fc4be6adf.tar.gz drakx-cf19016631d8c48fb35b74e6941a166fc4be6adf.tar.bz2 drakx-cf19016631d8c48fb35b74e6941a166fc4be6adf.tar.xz drakx-cf19016631d8c48fb35b74e6941a166fc4be6adf.zip |
we now use XF4 during install, so we can support ExplorerPS/2 (XF3 didn't know it)
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/install_gtk.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/install_gtk.pm b/perl-install/install_gtk.pm index da176b370..2c5d414ed 100644 --- a/perl-install/install_gtk.pm +++ b/perl-install/install_gtk.pm @@ -237,7 +237,6 @@ sub init_sizes() { sub createXconf { my ($file, $mouse_type, $mouse_dev, $_wacom_dev, $Driver) = @_; - $mouse_type = 'IMPS/2' if $mouse_type eq 'ExplorerPS/2'; symlinkf(devices::make($mouse_dev), "/dev/mouse") if $mouse_dev ne 'none'; #- needed for imlib to start on 8-bit depth visual. |