projects
/
vimb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5cb66cc
)
Removed webkit setting alias for 'print-backgrounds'.
author
Daniel Carl
<danielcarl@gmx.de>
Mon, 21 Oct 2013 20:25:53 +0000
(22:25 +0200)
committer
Daniel Carl
<danielcarl@gmx.de>
Mon, 21 Oct 2013 20:25:53 +0000
(22:25 +0200)
The alias 'backgrounds' might be irritating, because this setting applies only
for the print output.
src/setting.c
patch
|
blob
|
history
diff --git
a/src/setting.c
b/src/setting.c
index
444976d
..
994b24c
100644
(file)
--- a/
src/setting.c
+++ b/
src/setting.c
@@
-66,7
+66,7
@@
static Setting default_settings[] = {
{"xssauditor", "enable-xss-auditor", TYPE_BOOLEAN, webkit, {0}},
{"minimumfontsize", "minimum-font-size", TYPE_INTEGER, webkit, {0}},
{"monofont", "monospace-font-family", TYPE_CHAR, webkit, {0}},
- {
"backgrounds"
, "print-backgrounds", TYPE_BOOLEAN, webkit, {0}},
+ {
NULL
, "print-backgrounds", TYPE_BOOLEAN, webkit, {0}},
{"sansfont", "sans-serif-font-family", TYPE_CHAR, webkit, {0}},
{"seriffont", "serif-font-family", TYPE_CHAR, webkit, {0}},
{"useragent", "user-agent", TYPE_CHAR, webkit, {0}},