summaryrefslogtreecommitdiffstats
path: root/surf.c
diff options
context:
space:
mode:
authorGravatar Enno Boland (tox) 2010-05-24 21:35:20 +0200
committerGravatar Enno Boland (tox) 2010-05-24 21:35:20 +0200
commit532205d7e7ec7d0d245efa70c265ccc6557869ae (patch)
tree4d414db7ed5581d24e800d3b58536b0d76f46a0d /surf.c
parentimplementing downloading. (diff)
removing spatial navigation.
Diffstat (limited to '')
-rw-r--r--surf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/surf.c b/surf.c
index 9821ce1..5e6d777 100644
--- a/surf.c
+++ b/surf.c
@@ -508,7 +508,6 @@ 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, "");