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-25 11:41:08 +0400
committerMichael Hutchinson <m.j.hutchinson@gmail.com>2011-07-25 11:41:08 +0400
commit36755e8cc3f166b5781b4f35f064d18404063d17 (patch)
treed7ff33adc090a205f1f2c100c55bee4641b6b091 /packages/gtk+.py
parent79bd0de45157dd8c18d5c9e86fc96a9bbd8cd005 (diff)
Added patch for Mac empty path issue
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):