diff options
author | Xan Lopez <xan@igalia.com> | 2012-10-02 02:48:59 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-10-02 03:12:36 +0800 |
commit | a5121fa4a435b4cee404ed8280b14debc174996e (patch) | |
tree | 126546e1df90920499facf3079b87691f1b191b4 /lib | |
parent | 253ce5aa8e437687f329d3d51469fdabda3ee8d7 (diff) | |
download | gsoc2013-epiphany-a5121fa4a435b4cee404ed8280b14debc174996e.tar gsoc2013-epiphany-a5121fa4a435b4cee404ed8280b14debc174996e.tar.gz gsoc2013-epiphany-a5121fa4a435b4cee404ed8280b14debc174996e.tar.bz2 gsoc2013-epiphany-a5121fa4a435b4cee404ed8280b14debc174996e.tar.lz gsoc2013-epiphany-a5121fa4a435b4cee404ed8280b14debc174996e.tar.xz gsoc2013-epiphany-a5121fa4a435b4cee404ed8280b14debc174996e.tar.zst gsoc2013-epiphany-a5121fa4a435b4cee404ed8280b14debc174996e.zip |
Add adblock GSetting, use it
org.gnome.epiphany.web.enable-adblock, controls whether adblock is
enabled (globally).
https://bugzilla.gnome.org/show_bug.cgi?id=681657
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ephy-prefs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ephy-prefs.h b/lib/ephy-prefs.h index a5b182d50..ccc7238d8 100644 --- a/lib/ephy-prefs.h +++ b/lib/ephy-prefs.h @@ -108,6 +108,7 @@ typedef enum #define EPHY_PREFS_WEB_IMAGE_ANIMATION_MODE "image-animation-mode" #define EPHY_PREFS_WEB_DEFAULT_ENCODING "default-encoding" #define EPHY_PREFS_WEB_DO_NOT_TRACK "do-not-track" +#define EPHY_PREFS_WEB_ENABLE_ADBLOCK "enable-adblock" #define EPHY_PREFS_SCHEMA "org.gnome.Epiphany" #define EPHY_PREFS_USER_AGENT "user-agent" |