summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'gnome-extra/gsynaptics/files/gsynaptics-0.9.13-CoastingSpeedThreshold.patch')
-rw-r--r--gnome-extra/gsynaptics/files/gsynaptics-0.9.13-CoastingSpeedThreshold.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/gnome-extra/gsynaptics/files/gsynaptics-0.9.13-CoastingSpeedThreshold.patch b/gnome-extra/gsynaptics/files/gsynaptics-0.9.13-CoastingSpeedThreshold.patch
deleted file mode 100644
index f670564ce9d3..000000000000
--- a/gnome-extra/gsynaptics/files/gsynaptics-0.9.13-CoastingSpeedThreshold.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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);