commit 7fcf7450925295022a94611f5d9d07694e93ec9e
parent 5878067225ac2f2a66522f3a1d4458c31390fad4
Author: Enno Boland (tox) <tox@s01.de>
Date: Mon, 24 May 2010 21:23:28 +0200
enabling spatial-navigation
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/surf.c b/surf.c
@@ -508,6 +508,7 @@ newclient(void) {
g_object_set(G_OBJECT(settings), "auto-load-images", loadimage, NULL);
g_object_set(G_OBJECT(settings), "enable-plugins", plugin, NULL);
g_object_set(G_OBJECT(settings), "enable-scripts", script, NULL);
+ g_object_set(G_OBJECT(settings), "enable-spatial-navigation", true, NULL);
g_free(uri);
setatom(c, AtomFind, "");