diff options
author | Diego Escalante Urrelo <descalante@igalia.com> | 2011-03-24 08:47:51 +0800 |
---|---|---|
committer | Diego Escalante Urrelo <descalante@igalia.com> | 2011-04-19 13:35:10 +0800 |
commit | 351a6f2e63d8baf417865f108b334c9c9fd26b24 (patch) | |
tree | 863541d906d1ded4d9a5db76c4e8d4d0de623dc9 /data | |
parent | bfc6e9f79606c6143ab106d00653ab6fc759c877 (diff) | |
download | gsoc2013-epiphany-351a6f2e63d8baf417865f108b334c9c9fd26b24.tar.gz 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 'data')
-rw-r--r-- | data/org.gnome.epiphany.gschema.xml.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/data/org.gnome.epiphany.gschema.xml.in b/data/org.gnome.epiphany.gschema.xml.in index 019026460..0c856f4cc 100644 --- a/data/org.gnome.epiphany.gschema.xml.in +++ b/data/org.gnome.epiphany.gschema.xml.in @@ -61,6 +61,10 @@ <summary>Active extensions</summary> <description>Lists the active extensions.</description> </key> + <key type="b" name="internal-view-source"> + <default>true</default> + <summary>Don't use an external application to view page source.</summary> + </key> </schema> <schema path="/org/gnome/epiphany/ui/" id="org.gnome.Epiphany.ui"> <key type="b" name="show-toolbars"> |