diff options
author | Xan Lopez <xan@src.gnome.org> | 2008-12-12 08:14:24 +0800 |
---|---|---|
committer | Xan Lopez <xan@src.gnome.org> | 2008-12-12 08:14:24 +0800 |
commit | 666d79684f69b4ca1bc775dff0f157747c5e6204 (patch) | |
tree | 0a6d9f7901b4e7cfeaee91de2fdedeb288b98274 /embed/ephy-embed-prefs.h | |
parent | 6bc97bfc06e1ab3ca9041cae66c1524b7c14284a (diff) | |
download | gsoc2013-epiphany-666d79684f69b4ca1bc775dff0f157747c5e6204.tar gsoc2013-epiphany-666d79684f69b4ca1bc775dff0f157747c5e6204.tar.gz gsoc2013-epiphany-666d79684f69b4ca1bc775dff0f157747c5e6204.tar.bz2 gsoc2013-epiphany-666d79684f69b4ca1bc775dff0f157747c5e6204.tar.lz gsoc2013-epiphany-666d79684f69b4ca1bc775dff0f157747c5e6204.tar.xz gsoc2013-epiphany-666d79684f69b4ca1bc775dff0f157747c5e6204.tar.zst gsoc2013-epiphany-666d79684f69b4ca1bc775dff0f157747c5e6204.zip |
Enable Web Inspector.
Bug #562446
svn path=/trunk/; revision=8634
Diffstat (limited to 'embed/ephy-embed-prefs.h')
-rw-r--r-- | embed/ephy-embed-prefs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/embed/ephy-embed-prefs.h b/embed/ephy-embed-prefs.h index 0222c96cb..79c381816 100644 --- a/embed/ephy-embed-prefs.h +++ b/embed/ephy-embed-prefs.h @@ -17,6 +17,7 @@ #define CONF_IMAGE_ANIMATION_MODE "/apps/epiphany/web/image_animation" #define CONF_IMAGE_LOADING_MODE "/apps/epiphany/web/image_loading" #define CONF_DISPLAY_SMOOTHSCROLL "/apps/epiphany/web/smooth_scroll" +#define CONF_WEB_INSPECTOR_ENABLED "/apps/epiphany/web/inspector_enabled" /* These are defined gnome wide now */ #define CONF_NETWORK_PROXY_MODE "/system/proxy/mode" |