summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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",