removing spatial navigation.
authorEnno Boland (tox) <tox@s01.de>
Mon, 24 May 2010 19:35:20 +0000 (21:35 +0200)
committerEnno Boland (tox) <tox@s01.de>
Mon, 24 May 2010 19:35:20 +0000 (21:35 +0200)
surf.c

diff --git a/surf.c b/surf.c
index 9821ce1..5e6d777 100644 (file)
--- 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, "");