aboutsummaryrefslogtreecommitdiffstats
path: root/data/org.gnome.epiphany.gschema.xml
diff options
context:
space:
mode:
authorTing-Wei Lan <lantw44@gmail.com>2013-07-06 14:59:13 +0800
committerLAN-TW <lantw44@gmail.com>2013-07-07 01:43:32 +0800
commit5c935e468ad4ba669a792af60370357de66af582 (patch)
tree9b2001a7da0273a03849f8108b54530bda5050ba /data/org.gnome.epiphany.gschema.xml
parent3cbc55d9d48dc1c89e13833c37b192ef4418d182 (diff)
downloadgsoc2013-epiphany-5c935e468ad4ba669a792af60370357de66af582.tar
gsoc2013-epiphany-5c935e468ad4ba669a792af60370357de66af582.tar.gz
gsoc2013-epiphany-5c935e468ad4ba669a792af60370357de66af582.tar.bz2
gsoc2013-epiphany-5c935e468ad4ba669a792af60370357de66af582.tar.lz
gsoc2013-epiphany-5c935e468ad4ba669a792af60370357de66af582.tar.xz
gsoc2013-epiphany-5c935e468ad4ba669a792af60370357de66af582.tar.zst
gsoc2013-epiphany-5c935e468ad4ba669a792af60370357de66af582.zip
Add gsettings key "extract-downloaded-archives"
Diffstat (limited to 'data/org.gnome.epiphany.gschema.xml')
-rw-r--r--data/org.gnome.epiphany.gschema.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/data/org.gnome.epiphany.gschema.xml b/data/org.gnome.epiphany.gschema.xml
index b815635cc..ec031619c 100644
--- a/data/org.gnome.epiphany.gschema.xml
+++ b/data/org.gnome.epiphany.gschema.xml
@@ -24,6 +24,11 @@
<summary>Automatic downloads</summary>
<description>When files cannot be opened by the browser they are automatically downloaded to the download folder and opened with the appropriate application.</description>
</key>
+ <key type="b" name="extract-downloaded-archives">
+ <default>true</default>
+ <summary>Extract downloaded archives</summary>
+ <description>Automatically extract files from downloaded archive files</description>
+ </key>
<key type="b" name="new-windows-in-tabs">
<default>true</default>
<summary>Force new windows to be opened in tabs</summary>