surf

Surf web browser.
git clone git://r-36.net/surf
Log | Files | Refs | README | LICENSE

commit 532205d7e7ec7d0d245efa70c265ccc6557869ae
parent aadcd5b3f0afadfffecfa19f56512c33e136b7ab
Author: Enno Boland (tox) <tox@s01.de>
Date:   Mon, 24 May 2010 21:35:20 +0200

removing spatial navigation.
Diffstat:
Msurf.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git 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, "");