tremoving spatial navigation. - surf - surf browser, a WebKit2GTK based browser
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 532205d7e7ec7d0d245efa70c265ccc6557869ae
DIR parent aadcd5b3f0afadfffecfa19f56512c33e136b7ab
HTML Author: Enno Boland (tox) <tox@s01.de>
Date: Mon, 24 May 2010 21:35:20 +0200
removing spatial navigation.
Diffstat:
M surf.c | 1 -
1 file changed, 0 insertions(+), 1 deletion(-)
---
DIR diff --git a/surf.c b/surf.c
t@@ -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, "");