From 532205d7e7ec7d0d245efa70c265ccc6557869ae Mon Sep 17 00:00:00 2001 From: "Enno Boland (tox)" Date: Mon, 24 May 2010 21:35:20 +0200 Subject: [PATCH] removing spatial navigation. --- surf.c | 1 - 1 file changed, 1 deletion(-) 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, ""); -- 2.20.1