aboutsummaryrefslogtreecommitdiffstats
path: root/src/prefs-dialog.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/prefs-dialog.c')
-rw-r--r--src/prefs-dialog.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/prefs-dialog.c b/src/prefs-dialog.c
index 748b0658d..ebd82cdff 100644
--- a/src/prefs-dialog.c
+++ b/src/prefs-dialog.c
@@ -985,6 +985,9 @@ static const PrefsDialogPreference preferences[] =
{ "popups_allow_checkbutton", "active",
EPHY_PREFS_WEB_SCHEMA, EPHY_PREFS_WEB_ENABLE_POPUPS,
G_SETTINGS_BIND_DEFAULT, NULL, NULL },
+ { "adblock_allow_checkbutton", "active",
+ EPHY_PREFS_WEB_SCHEMA, EPHY_PREFS_WEB_ENABLE_ADBLOCK,
+ G_SETTINGS_BIND_INVERT_BOOLEAN, NULL, NULL },
{ "enable_plugins_checkbutton", "active",
EPHY_PREFS_WEB_SCHEMA, EPHY_PREFS_WEB_ENABLE_PLUGINS,
G_SETTINGS_BIND_DEFAULT, NULL, NULL },