File gsynaptics-CoastingSpeedThreshold.patch of Package gsynaptics
--- src/gsynaptics.c.orig 2008-01-04 14:45:16.721550130 +0100
+++ src/gsynaptics.c 2008-01-04 14:45:47.666549605 +0100
@@ -821,7 +821,7 @@
if (priv->synclient)
{
gchar *command;
- command = g_strdup_printf ("synclient CoastingSpeedThreshold=%f",
+ command = g_strdup_printf ("synclient CoastingSpeed=%f",
thresh);
g_spawn_command_line_async (command, NULL);
g_free (command);