summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPatrick McDermott <pj@pehjota.net>2017-10-06 03:44:08 (EDT)
committer Patrick McDermott <pj@pehjota.net>2017-10-06 03:44:08 (EDT)
commit4297fc05cc1502056e476c8139268532144150bf (patch)
treef5ff8fcb4619ef5ee435b4b0ac54801b24a4eb86 /src
parent9123d69accd1455dd2c0863e12f96f4e4e07b35e (diff)
downloadmarquee-4297fc05cc1502056e476c8139268532144150bf.zip
marquee-4297fc05cc1502056e476c8139268532144150bf.tar.gz
marquee-4297fc05cc1502056e476c8139268532144150bf.tar.bz2
src/web-settings.c: Fix a struct's members
Diffstat (limited to 'src')
-rw-r--r--src/web-settings.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/web-settings.c b/src/web-settings.c
index 6985bca..8d8835f 100644
--- a/src/web-settings.c
+++ b/src/web-settings.c
@@ -41,8 +41,8 @@ struct mapping {
static struct mapping mappings[] = {
/* General -> Navigation and Accessibility */
- {MAP_BOOL, "enable-smooth-scrolling",
- "navigation.smooth-scrolling"},
+ {MAP_BOOL, "navigation.smooth-scrolling",
+ "enable-smooth-scrolling"},
{MAP_BOOL, "navigation.tabbing",
"enable-tabs-to-links"},
{MAP_BOOL, "navigation.caret",