diff options
author | Enno Boland (tox) <tox@s01.de> | 2010-05-24 21:35:20 +0200 |
---|---|---|
committer | Enno Boland (tox) <tox@s01.de> | 2010-05-24 21:35:20 +0200 |
commit | 532205d7e7ec7d0d245efa70c265ccc6557869ae (patch) | |
tree | 4d414db7ed5581d24e800d3b58536b0d76f46a0d | |
parent | aadcd5b3f0afadfffecfa19f56512c33e136b7ab (diff) | |
download | surf-532205d7e7ec7d0d245efa70c265ccc6557869ae.tar.gz surf-532205d7e7ec7d0d245efa70c265ccc6557869ae.tar.bz2 surf-532205d7e7ec7d0d245efa70c265ccc6557869ae.zip |
removing spatial navigation.
-rw-r--r-- | surf.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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, ""); |