diff options
author | Quentin Rameau <quinq@fifth.space> | 2015-11-18 17:17:49 +0100 |
---|---|---|
committer | Quentin Rameau <quinq@fifth.space> | 2015-11-20 00:34:19 +0100 |
commit | 0f3e3bf66986b0a9613b03c43ff204b1c009f6bc (patch) | |
tree | a8940a79ea5fa5259bb9fedc2545e7db891d0bc0 /config.def.h | |
parent | ad538bb00a38c5df7d7140414756724c1045307d (diff) | |
download | surf-0f3e3bf66986b0a9613b03c43ff204b1c009f6bc.tar.gz surf-0f3e3bf66986b0a9613b03c43ff204b1c009f6bc.tar.bz2 surf-0f3e3bf66986b0a9613b03c43ff204b1c009f6bc.zip |
Move all necessary initialisation to newview()
Most all the settings and callbacks are set before view creation.
Create a related view (with inherited settings) if asked to.
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index 0a5d9fb..55e6da4 100644 --- a/config.def.h +++ b/config.def.h @@ -4,7 +4,7 @@ static char *useragent = "Mozilla/5.0 (X11; U; Unix; en-US) " "Chrome/24.0.1295.0 Safari/537.15 Surf/"VERSION; static char *scriptfile = "~/.surf/script.js"; static char *styledir = "~/.surf/styles/"; -static char *cachefolder = "~/.surf/cache/"; +static char *cachedir = "~/.surf/cache/"; static Bool kioskmode = FALSE; /* Ignore shortcuts */ static Bool showindicators = TRUE; /* Show indicators in window title */ |