Replace EmulateMiddleButtonTime with EmulateMidButtonTime
authorMichael Prokop <mika@grml.org>
Sun, 18 Nov 2007 22:53:30 +0000 (23:53 +0100)
committerMichael Prokop <mika@grml.org>
Sun, 18 Nov 2007 22:53:30 +0000 (23:53 +0100)
debian/changelog
grml-x

index 1fe6db3..b361d13 100644 (file)
@@ -1,3 +1,10 @@
+grml-x (0.3.37) unstable; urgency=low
+
+  * Replace EmulateMiddleButtonTime with EmulateMidButtonTime.
+    Thanks, Jerome Potts!
+
+ -- Michael Prokop <mika@grml.org>  Sun, 18 Nov 2007 23:51:43 +0100
+
 grml-x (0.3.36) unstable; urgency=low
 
   * Disable vmmouse in xorg.conf.vmware for now as it's broken
diff --git a/grml-x b/grml-x
index 0fd3351..cb4c1fc 100755 (executable)
--- a/grml-x
+++ b/grml-x
@@ -352,7 +352,7 @@ Section \"InputDevice\"
   Option        \"MaxSpeed\"      \"2.00\"
   Option        \"AccelFactor\" \"0.030\"
   Option        \"UpDownScrolling\" \"1\"
-  Option        \"EmulateMiddleButtonTime\" \"75\"
+  Option        \"EmulateMidButtonTime\" \"75\"
   Option        \"CircularScrolling\" \"1\"
   Option        \"CircScrollDelta\" \"0.1\"
   Option        \"CircScrollTrigger\" \"8\"