From 36755e8cc3f166b5781b4f35f064d18404063d17 Mon Sep 17 00:00:00 2001 From: Michael Hutchinson Date: Mon, 25 Jul 2011 09:41:08 +0200 Subject: Added patch for Mac empty path issue --- packages/gtk+.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'packages/gtk+.py') 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): -- cgit v1.2.3