diff options
author | Enno Boland (tox) <tox@s01.de> | 2010-05-24 21:23:28 +0200 |
---|---|---|
committer | Enno Boland (tox) <tox@s01.de> | 2010-05-24 21:23:28 +0200 |
commit | 7fcf7450925295022a94611f5d9d07694e93ec9e (patch) | |
tree | 73d6a5cde33fa60beebc1b4bd52b771de8a08cbc | |
parent | 5878067225ac2f2a66522f3a1d4458c31390fad4 (diff) | |
download | surf-7fcf7450925295022a94611f5d9d07694e93ec9e.tar.gz surf-7fcf7450925295022a94611f5d9d07694e93ec9e.tar.bz2 surf-7fcf7450925295022a94611f5d9d07694e93ec9e.zip |
enabling spatial-navigation
-rw-r--r-- | surf.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -508,6 +508,7 @@ 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, ""); |