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:
Diffstat (limited to 'packages/gtk+.py')
-rw-r--r--packages/gtk+.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/gtk+.py b/packages/gtk+.py
index ea269ad..8c49017 100644
--- a/packages/gtk+.py
+++ b/packages/gtk+.py
@@ -37,6 +37,11 @@ class GtkPackage (GnomePackage):
# Bug 655122 - Crash when resizing window on MacOS Lion
# https://bugzilla.gnome.org/show_bug.cgi?id=655122
'patches/gtk/gtklionresizecrash.patch',
+
+ # 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',
])
def prep (self):