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 00:26:47 +0400
committerMichael Hutchinson <m.j.hutchinson@gmail.com>2011-07-26 00:26:47 +0400
commit344cdbd2a385b2e79cc975991f27218cd9c619f3 (patch)
tree797c782d7e3452e6b46ba5f2ac3a3af626b5c077 /packages/gtk+.py
parenta70ba0896d3dea65f8e92fa9c64fe7a39d5348f2 (diff)
Added patch for gtk clipboard crash
Diffstat (limited to 'packages/gtk+.py')
-rw-r--r--packages/gtk+.py4
1 files changed, 4 insertions, 0 deletions
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):