From 4aabf49f9a979171866e2bd91fcfc8d5605c76b9 Mon Sep 17 00:00:00 2001 From: Michael Johnson Date: Tue, 14 Feb 2006 18:38:15 +0000 Subject: - Back out of gok update, this is meant for gnome 2.13+ Reported by: marcus --- accessibility/gok/files/patch-gok_gok-keyboard.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 accessibility/gok/files/patch-gok_gok-keyboard.c (limited to 'accessibility/gok/files/patch-gok_gok-keyboard.c') diff --git a/accessibility/gok/files/patch-gok_gok-keyboard.c b/accessibility/gok/files/patch-gok_gok-keyboard.c new file mode 100644 index 000000000000..c85f8da0fcb0 --- /dev/null +++ b/accessibility/gok/files/patch-gok_gok-keyboard.c @@ -0,0 +1,13 @@ +--- gok/gok-keyboard.c.orig Fri Nov 5 16:18:02 2004 ++++ gok/gok-keyboard.c Fri Nov 5 16:18:49 2004 +@@ -2519,8 +2519,9 @@ + else if ((pKeyboard->search_type == GOK_SPY_SEARCH_ACTIONABLE) && !did_actionkeys) + { + gint action_count, i; ++ AccessibleAction *action; + did_actionkeys = TRUE; +- AccessibleAction *action = ++ action = + Accessible_getAction (pNodeAccessible->paccessible); + if (!action) + break; -- cgit v1.2.3