summaryrefslogtreecommitdiff
path: root/misc/gok/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'misc/gok/patches/patch-aa')
-rw-r--r--misc/gok/patches/patch-aa16
1 files changed, 0 insertions, 16 deletions
diff --git a/misc/gok/patches/patch-aa b/misc/gok/patches/patch-aa
deleted file mode 100644
index d0876b2e8ad..00000000000
--- a/misc/gok/patches/patch-aa
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-aa,v 1.3 2004/11/12 22:10:16 kristerw Exp $
-
---- gok/gok-keyboard.c.orig Fri Nov 12 22:40:44 2004
-+++ gok/gok-keyboard.c Fri Nov 12 22:42:15 2004
-@@ -2518,9 +2518,10 @@
- }
- else if ((pKeyboard->search_type == GOK_SPY_SEARCH_ACTIONABLE) && !did_actionkeys)
- {
-+ AccessibleAction *action;
- gint action_count, i;
- did_actionkeys = TRUE;
-- AccessibleAction *action =
-+ action =
- Accessible_getAction (pNodeAccessible->paccessible);
- if (!action)
- break;