diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2006-02-14 18:38:15 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2006-02-14 18:38:15 +0000 |
commit | 4aabf49f9a979171866e2bd91fcfc8d5605c76b9 (patch) | |
tree | ab757a9c6abf1621fb8ab557db33357c3c14b3ea /accessibility/gok/files/patch-gok_gok-keyboard.c | |
parent | Fix plist (typo). (diff) |
- Back out of gok update, this is meant for gnome 2.13+
Reported by: marcus
Notes
Notes:
svn path=/head/; revision=156054
Diffstat (limited to 'accessibility/gok/files/patch-gok_gok-keyboard.c')
-rw-r--r-- | accessibility/gok/files/patch-gok_gok-keyboard.c | 13 |
1 files changed, 13 insertions, 0 deletions
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; |