summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorprlw1 <prlw1@pkgsrc.org>2013-05-23 13:09:18 +0000
committerprlw1 <prlw1@pkgsrc.org>2013-05-23 13:09:18 +0000
commit25576cfc42948f49fd49b99a5fd2c3540c545db2 (patch)
tree8752c1dce98481507613b333374674ead900293c /devel
parentdc128dae4498b9b7776f2f8722cc177e59cc90bc (diff)
downloadpkgsrc-25576cfc42948f49fd49b99a5fd2c3540c545db2.tar.gz
Finish removing patch-atk-adaptor_accessible-cache.c which is not needed
since commit 01c226b1c4. Thanks to wiz@ for the prod.
Diffstat (limited to 'devel')
-rw-r--r--devel/at-spi2-atk/patches/patch-atk-adaptor_accessible-cache.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/devel/at-spi2-atk/patches/patch-atk-adaptor_accessible-cache.c b/devel/at-spi2-atk/patches/patch-atk-adaptor_accessible-cache.c
deleted file mode 100644
index a921e3d7698..00000000000
--- a/devel/at-spi2-atk/patches/patch-atk-adaptor_accessible-cache.c
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-atk-adaptor_accessible-cache.c,v 1.1 2012/10/20 22:06:18 joerg Exp $
-
---- atk-adaptor/accessible-cache.c.orig 2012-10-20 10:30:48.000000000 +0000
-+++ atk-adaptor/accessible-cache.c
-@@ -362,7 +362,7 @@ child_added_listener (GSignalInvocationH
- if (!child)
- {
- g_static_rec_mutex_unlock (&cache_mutex);
-- return;
-+ return TRUE;
- }
-
- g_object_ref (child);