summaryrefslogtreecommitdiff
path: root/misc/gok/patches/patch-aa
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2006-03-30 21:30:56 +0000
committerjmmv <jmmv@pkgsrc.org>2006-03-30 21:30:56 +0000
commit1fd00af3ec25c8c74866da72133d79d8aeddbfae (patch)
treed83bd94d4ee28d36f2b4ebfefa01868e5da71af1 /misc/gok/patches/patch-aa
parentf637305df1967e6e251bce512d74f1014c564adb (diff)
downloadpkgsrc-1fd00af3ec25c8c74866da72133d79d8aeddbfae.tar.gz
Update to 1.0.7:
Enhanced EWMH behavior - GOK registers itself as a pager now. Works better with Firefox toolbars. Works better with OpenOffice configuration dialogs and menus. Bugfixes for: #321908, #323975, #160848, #322062, #308417, #304524, OpenOffice Issuezilla #48639. New languages: 'ru' (Russian - Nickolay V. Shmyrev) 'fa' (Persian/Farsi - Roozbeh Pournader) 'gl' (Galician - Ignacio Casal Quinteiro) 'zh_HK' (Hong Kong Chinese - Chao-Hsiung Liao)
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;