From a4efe39fc2214026050206e5f11d4b2beff4aafc Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Fri, 3 Sep 2004 08:50:36 +0000 Subject: (set_synaptics) remove spurious space --- perl-install/Xconfig/xfree.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/Xconfig/xfree.pm') diff --git a/perl-install/Xconfig/xfree.pm b/perl-install/Xconfig/xfree.pm index eb1acbf61..b5a4a84b3 100644 --- a/perl-install/Xconfig/xfree.pm +++ b/perl-install/Xconfig/xfree.pm @@ -217,7 +217,7 @@ sub set_synaptics { $raw_X->remove_InputDevices('synaptics'); my $layout = get_ServerLayout($raw_X)->{InputDevice} ||= []; - @$layout = grep { $_->{val} !~ /^"Synaptics Mouse/ } @$layout; + @$layout = grep { $_->{val} !~ /^"SynapticsMouse/ } @$layout; @synaptics or return; add_load_module($raw_X, "synaptics"); -- cgit v1.2.1