From 7c7a3b58cfd096ec546011df316828211adf6631 Mon Sep 17 00:00:00 2001 From: Troels Henriksen Date: Tue, 17 Jan 2012 13:58:04 +0100 Subject: Add a variable in config.def.h for configuring spatial browsing. --- surf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'surf.c') diff --git a/surf.c b/surf.c index 6022ca2..a3508bf 100644 --- a/surf.c +++ b/surf.c @@ -529,7 +529,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_object_set(G_OBJECT(settings), "enable-spatial-navigation", SPATIAL_BROWSING, NULL); g_free(uri); -- cgit v1.2.3