diff options
author | Quentin Rameau <quinq+hackers@fifth.space> | 2015-11-03 16:50:21 +0100 |
---|---|---|
committer | Christoph Lohmann <20h@r-36.net> | 2015-11-03 19:45:50 +0100 |
commit | 5333171961fc192fbc4d493c940566b1b3d4b3e5 (patch) | |
tree | fbf19886e75d23559ff8e10eeec7bcfe97403990 /config.def.h | |
parent | 2223e9ed2264cf1203865b7a0548e0724c89e527 (diff) | |
download | surf-5333171961fc192fbc4d493c940566b1b3d4b3e5.tar.gz surf-5333171961fc192fbc4d493c940566b1b3d4b3e5.tar.bz2 surf-5333171961fc192fbc4d493c940566b1b3d4b3e5.zip |
Be more specific about what enablestyles parameter does.
The enablestyles configuration variable and parameter flag manages the
global application of styles, not just the site-specific styles.
Signed-off-by: Christoph Lohmann <20h@r-36.net>
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 368291f..1c18827 100644 --- a/config.def.h +++ b/config.def.h @@ -30,7 +30,7 @@ static int diskcachebytes = 5 * 1024 * 1024; static Bool enableplugins = TRUE; static Bool enablescripts = TRUE; static Bool enableinspector = TRUE; -static Bool enablestyles = TRUE; +static Bool enablestyle = TRUE; static Bool loadimages = TRUE; static Bool hidebackground = FALSE; static Bool allowgeolocation = TRUE; |