From 344cdbd2a385b2e79cc975991f27218cd9c619f3 Mon Sep 17 00:00:00 2001 From: Michael Hutchinson Date: Mon, 25 Jul 2011 22:26:47 +0200 Subject: Added patch for gtk clipboard crash --- packages/gtk+.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'packages/gtk+.py') diff --git a/packages/gtk+.py b/packages/gtk+.py index 8c49017..9633518 100644 --- a/packages/gtk+.py +++ b/packages/gtk+.py @@ -42,6 +42,10 @@ class GtkPackage (GnomePackage): # new window on Lion # https://bugzilla.gnome.org/show_bug.cgi?id=655087 'patches/gtk/gdkemptypath.patch', + + # Bug 508601 - Copying from GTK+ applications causes crash + # https://bugzilla.gnome.org/show_bug.cgi?id=508601 + 'patches/gtk/gtk-clipboard-crash.patch', ]) def prep (self): -- cgit v1.2.3