aboutsummaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorTing-Wei Lan <lantw44@gmail.com>2013-07-06 14:59:13 +0800
committerLAN-TW <lantw44@gmail.com>2013-09-16 22:04:47 +0800
commit6312d03df0a10a59c8c71f695d1ae574930fc771 (patch)
tree52909442f31c8a2b0460bbda41989c305d995d25 /data
parent1a5eb4d9c9e9a8ed9c0ac18069a983cd712a9dc5 (diff)
downloadgsoc2013-epiphany-6312d03df0a10a59c8c71f695d1ae574930fc771.tar
gsoc2013-epiphany-6312d03df0a10a59c8c71f695d1ae574930fc771.tar.gz
gsoc2013-epiphany-6312d03df0a10a59c8c71f695d1ae574930fc771.tar.bz2
gsoc2013-epiphany-6312d03df0a10a59c8c71f695d1ae574930fc771.tar.lz
gsoc2013-epiphany-6312d03df0a10a59c8c71f695d1ae574930fc771.tar.xz
gsoc2013-epiphany-6312d03df0a10a59c8c71f695d1ae574930fc771.tar.zst
gsoc2013-epiphany-6312d03df0a10a59c8c71f695d1ae574930fc771.zip
Add gsettings key "extract-downloaded-archives"
Diffstat (limited to 'data')
-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 9d61f050d..ccd6d1d2c 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>