Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/bockbuild.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hutchinson <m.j.hutchinson@gmail.com>2011-10-26 04:15:05 +0400
committerMichael Hutchinson <m.j.hutchinson@gmail.com>2011-10-26 04:15:05 +0400
commitbd454cd7098db9eb36deae52601c6583995a3955 (patch)
treefb2912ea9e1dac3ac4d594aad3280c736c9ce68b /packages/gtk+.py
parent5bc0b1567b3717559063f13091502d8ce29d644c (diff)
Add the GTK smooth scrolling patch
Diffstat (limited to 'packages/gtk+.py')
-rw-r--r--packages/gtk+.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/gtk+.py b/packages/gtk+.py
index 7b5061d..af4af52 100644
--- a/packages/gtk+.py
+++ b/packages/gtk+.py
@@ -21,6 +21,9 @@ class GtkPackage (GnomePackage):
# add some missing keybindings
# 'patches/gtk/gtkmackeys.patch',
+ # https://bugzilla.gnome.org/show_bug.cgi?id=516725
+ # http://bugzilla-attachments.gnome.org/attachment.cgi?id=197616
+ 'patches/gtk/gtk-smooth-scrolling.patch',
])
def prep (self):