diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2004-01-12 15:57:45 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2004-01-12 15:57:45 +0000 |
commit | 01661358e4547710338ef438529f4b8dbc7dcace (patch) | |
tree | 98aeee6284f9aeaefb1c8ae65f4c40f2813257da /perl-install/install_gtk.pm | |
parent | 152478d290bf02d6ede54f4e46f5c985ac15fef1 (diff) | |
download | drakx-01661358e4547710338ef438529f4b8dbc7dcace.tar drakx-01661358e4547710338ef438529f4b8dbc7dcace.tar.gz drakx-01661358e4547710338ef438529f4b8dbc7dcace.tar.bz2 drakx-01661358e4547710338ef438529f4b8dbc7dcace.tar.xz drakx-01661358e4547710338ef438529f4b8dbc7dcace.zip |
wacom support should be re-added :-/
Diffstat (limited to 'perl-install/install_gtk.pm')
-rw-r--r-- | perl-install/install_gtk.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_gtk.pm b/perl-install/install_gtk.pm index e2ffed9d6..f960e9415 100644 --- a/perl-install/install_gtk.pm +++ b/perl-install/install_gtk.pm @@ -235,7 +235,7 @@ sub init_sizes() { #------------------------------------------------------------------------------ sub createXconf { - my ($file, $mouse_type, $mouse_dev, $wacom_dev, $Driver) = @_; + 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'; |