summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorCarlos Garcia Campos <cgarcia@igalia.com>2017-01-31 15:24:46 +0100
committerCarlos Garcia Campos <carlosgc@gnome.org>2017-01-31 17:08:18 +0100
commit9e305eb9b9dfb59f450d15438a9bbf8c6a3c8639 (patch)
tree9e88bd432857e3abd4ce8499bea9792df4817a19 /data
parentaff4396245565d11fb588aa68504515ff6c0585a (diff)
downloadepiphany-9e305eb9b9dfb59f450d15438a9bbf8c6a3c8639.tar.gz
Save state of web apps in their own gsettings path
Make the org.gnome.Epiphany.state schema relocatable and set a specific path for web apps, or use the default one otherwise. This ensures that web apps don't write their window geometry to the general settings and every web app can have its own geometry no matter what window was last closed.
Diffstat (limited to 'data')
-rw-r--r--data/org.gnome.epiphany.gschema.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/org.gnome.epiphany.gschema.xml b/data/org.gnome.epiphany.gschema.xml
index 6654dad44..36d0eaf9e 100644
--- a/data/org.gnome.epiphany.gschema.xml
+++ b/data/org.gnome.epiphany.gschema.xml
@@ -191,7 +191,7 @@
<description>List of URLs with filter rules to be used by the adblock.</description>
</key>
</schema>
- <schema path="/org/gnome/epiphany/state/" id="org.gnome.Epiphany.state">
+ <schema id="org.gnome.Epiphany.state">
<key type="s" name="download-dir">
<default>'Downloads'</default>
<summary>The downloads folder</summary>