summaryrefslogtreecommitdiff
path: root/package/libgtk2/old_patches/scroll-timings.patch
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2010-04-26 21:46:48 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2010-04-26 21:46:48 +0200
commit3eb9262c842b5a9a11d73af31d4a4519f5ccf1c4 (patch)
tree6a8f07abcdeb46605d1d277f1d906dc14e340de4 /package/libgtk2/old_patches/scroll-timings.patch
parentba9ed1370808f94f8d24d4a16467db620d159af1 (diff)
libgtk2: get rid of old patches
Haven't been touches for more than 2 years, so lets get rid of them. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/libgtk2/old_patches/scroll-timings.patch')
-rw-r--r--package/libgtk2/old_patches/scroll-timings.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/libgtk2/old_patches/scroll-timings.patch b/package/libgtk2/old_patches/scroll-timings.patch
deleted file mode 100644
index 3f823a788..000000000
--- a/package/libgtk2/old_patches/scroll-timings.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- gtk+-2.10.0/gtk/gtkrange.c.orig 2006-07-05 12:41:39.000000000 +0200
-+++ gtk+-2.10.0/gtk/gtkrange.c 2006-07-05 12:41:58.000000000 +0200
-@@ -39,7 +39,7 @@
- #include "gtkalias.h"
-
- #define SCROLL_DELAY_FACTOR 5 /* Scroll repeat multiplier */
--#define UPDATE_DELAY 300 /* Delay for queued update */
-+#define UPDATE_DELAY 1000 /* Delay for queued update */
-
- enum {
- PROP_0,