summaryrefslogtreecommitdiffstats
path: root/abs/extra-testing/gtk2/gtkclipboard-check.patch
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2009-03-14 03:06:12 (GMT)
committerJames Meyer <james.meyer@operamail.com>2009-03-14 03:06:12 (GMT)
commit6b7e77bce12e7798366ea2481af2d3a96eef2405 (patch)
tree113ba4690caef10a9ac1c47f54c167a247c7d547 /abs/extra-testing/gtk2/gtkclipboard-check.patch
parentcdddc7cc85e934fdfd959648abc64b3bbd49ee9e (diff)
downloadlinhes_pkgbuild-6b7e77bce12e7798366ea2481af2d3a96eef2405.zip
linhes_pkgbuild-6b7e77bce12e7798366ea2481af2d3a96eef2405.tar.gz
linhes_pkgbuild-6b7e77bce12e7798366ea2481af2d3a96eef2405.tar.bz2
Removing duplicate packages
Diffstat (limited to 'abs/extra-testing/gtk2/gtkclipboard-check.patch')
-rw-r--r--abs/extra-testing/gtk2/gtkclipboard-check.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/abs/extra-testing/gtk2/gtkclipboard-check.patch b/abs/extra-testing/gtk2/gtkclipboard-check.patch
deleted file mode 100644
index 48894fb..0000000
--- a/abs/extra-testing/gtk2/gtkclipboard-check.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- gtk+-2.11.6/gtk/gtkclipboard.c.orig 2007-08-18 13:48:22.000000000 +0000
-+++ gtk+-2.11.6/gtk/gtkclipboard.c 2007-08-18 13:49:08.000000000 +0000
-@@ -287,6 +287,8 @@
- gtk_clipboard_get_for_display (GdkDisplay *display,
- GdkAtom selection)
- {
-+ if (display == NULL)
-+ return NULL;
- g_return_val_if_fail (GDK_IS_DISPLAY (display), NULL);
- g_return_val_if_fail (!display->closed, NULL);
-