pinosaur
/
surf.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5878067
)
enabling spatial-navigation
author
Enno Boland (tox)
<tox@s01.de>
Mon, 24 May 2010 19:23:28 +0000
(21:23 +0200)
committer
Enno Boland (tox)
<tox@s01.de>
Mon, 24 May 2010 19:23:28 +0000
(21:23 +0200)
surf.c
patch
|
blob
|
history
diff --git
a/surf.c
b/surf.c
index
5e6d777
..
9821ce1
100644
(file)
--- a/
surf.c
+++ b/
surf.c
@@
-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, "");