aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ephy-prefs.h
diff options
context:
space:
mode:
authorDiego Escalante Urrelo <descalante@igalia.com>2011-03-24 08:47:51 +0800
committerDiego Escalante Urrelo <descalante@igalia.com>2011-04-19 13:35:10 +0800
commit351a6f2e63d8baf417865f108b334c9c9fd26b24 (patch)
tree863541d906d1ded4d9a5db76c4e8d4d0de623dc9 /lib/ephy-prefs.h
parentbfc6e9f79606c6143ab106d00653ab6fc759c877 (diff)
downloadgsoc2013-epiphany-351a6f2e63d8baf417865f108b334c9c9fd26b24.tar
gsoc2013-epiphany-351a6f2e63d8baf417865f108b334c9c9fd26b24.tar.gz
gsoc2013-epiphany-351a6f2e63d8baf417865f108b334c9c9fd26b24.tar.bz2
gsoc2013-epiphany-351a6f2e63d8baf417865f108b334c9c9fd26b24.tar.lz
gsoc2013-epiphany-351a6f2e63d8baf417865f108b334c9c9fd26b24.tar.xz
gsoc2013-epiphany-351a6f2e63d8baf417865f108b334c9c9fd26b24.tar.zst
gsoc2013-epiphany-351a6f2e63d8baf417865f108b334c9c9fd26b24.zip
Add a preference to force internal view-source
Using the view-source feature provided by WebKitGTK+ can be handier than opening gedit or the default text/html application in your system. This adds "internal-view-source" to org.gnome.Epiphany to force the internal-viewer always. Based on Ole Laursen's patch. Bug #597156
Diffstat (limited to 'lib/ephy-prefs.h')
-rw-r--r--lib/ephy-prefs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ephy-prefs.h b/lib/ephy-prefs.h
index 45ca6bac2..5cd9dd889 100644
--- a/lib/ephy-prefs.h
+++ b/lib/ephy-prefs.h
@@ -103,6 +103,7 @@ typedef enum
#define EPHY_PREFS_ENABLE_SMOOTH_SCROLLING "enable-smooth-scrolling"
#define EPHY_PREFS_ENABLE_CARET_BROWSING "enable-caret-browsing"
#define EPHY_PREFS_ENABLED_EXTENSIONS "enabled-extensions"
+#define EPHY_PREFS_INTERNAL_VIEW_SOURCE "internal-view-source"
#define EPHY_PREFS_LOCKDOWN_SCHEMA "org.gnome.Epiphany.lockdown"
#define EPHY_PREFS_LOCKDOWN_FULLSCREEN "disable-fullscreen"