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-07-26 09:35:52 +0400
committerMichael Hutchinson <m.j.hutchinson@gmail.com>2011-07-26 09:47:55 +0400
commit4fcf220c39ef8546accbe023e54c9d1e1aa511e6 (patch)
treec3b332393caa51105b95be7654f1505a6396442c /packages/gtk+.py
parent344cdbd2a385b2e79cc975991f27218cd9c619f3 (diff)
Update clipping patch
Diffstat (limited to 'packages/gtk+.py')
-rw-r--r--packages/gtk+.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/gtk+.py b/packages/gtk+.py
index 9633518..7cbc319 100644
--- a/packages/gtk+.py
+++ b/packages/gtk+.py
@@ -15,7 +15,6 @@ class GtkPackage (GnomePackage):
self.sources.extend ([
#patches from gtk-osx-build
'patches/gtk/gtkselection.patch',
- 'patches/gtk/gdkwindow-quartz.patch',
'patches/gtk/gtk-keyhash.patch',
'patches/gtk/gtk-relocation.patch',
'patches/gtk/gdk-deadkeys.patch',
@@ -41,7 +40,7 @@ class GtkPackage (GnomePackage):
# Bug 655087 - CoreGraphics error "clip: empty path" creating
# new window on Lion
# https://bugzilla.gnome.org/show_bug.cgi?id=655087
- 'patches/gtk/gdkemptypath.patch',
+ 'patches/gtk/gdk-empty-clip.patch',
# Bug 508601 - Copying from GTK+ applications causes crash
# https://bugzilla.gnome.org/show_bug.cgi?id=508601