diff options
author | Luca Ferretti <lferrett@gnome.org> | 2011-03-23 23:41:38 +0800 |
---|---|---|
committer | Luca Ferretti <lferrett@gnome.org> | 2011-03-25 07:25:18 +0800 |
commit | 5567ea7b627e66d601e6ef6e287547c44754f520 (patch) | |
tree | d1fc410668a600b17df26917441ed69815261a4d | |
parent | a257415a802566f27ac7e6bc9a34e6c9d4132bb3 (diff) | |
download | gsoc2013-epiphany-5567ea7b627e66d601e6ef6e287547c44754f520.tar gsoc2013-epiphany-5567ea7b627e66d601e6ef6e287547c44754f520.tar.gz gsoc2013-epiphany-5567ea7b627e66d601e6ef6e287547c44754f520.tar.bz2 gsoc2013-epiphany-5567ea7b627e66d601e6ef6e287547c44754f520.tar.lz gsoc2013-epiphany-5567ea7b627e66d601e6ef6e287547c44754f520.tar.xz gsoc2013-epiphany-5567ea7b627e66d601e6ef6e287547c44754f520.tar.zst gsoc2013-epiphany-5567ea7b627e66d601e6ef6e287547c44754f520.zip |
Use /org/gnome as starting path for schemas
-rw-r--r-- | data/org.gnome.epiphany.gschema.xml.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/data/org.gnome.epiphany.gschema.xml.in b/data/org.gnome.epiphany.gschema.xml.in index 6ac28c0de..019026460 100644 --- a/data/org.gnome.epiphany.gschema.xml.in +++ b/data/org.gnome.epiphany.gschema.xml.in @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <schemalist> - <schema path="/apps/epiphany/" id="org.gnome.Epiphany"> + <schema path="/org/gnome/epiphany/" id="org.gnome.Epiphany"> <child schema="org.gnome.Epiphany.ui" name="ui"/> <child schema="org.gnome.Epiphany.web" name="web"/> <child schema="org.gnome.Epiphany.state" name="state"/> @@ -62,7 +62,7 @@ <description>Lists the active extensions.</description> </key> </schema> - <schema path="/apps/epiphany/ui/" id="org.gnome.Epiphany.ui"> + <schema path="/org/gnome/epiphany/ui/" id="org.gnome.Epiphany.ui"> <key type="b" name="show-toolbars"> <default>true</default> <summary>Show toolbars by default</summary> @@ -87,7 +87,7 @@ <description>Hide or show the downloads window. When hidden, a notification will be shown when new downloads are started.</description> </key> </schema> - <schema path="/apps/epiphany/web/" id="org.gnome.Epiphany.web"> + <schema path="/org/gnome/epiphany/web/" id="org.gnome.Epiphany.web"> <key type="i" name="min-font-size"> <default>0</default> <summary>Minimum font size</summary> @@ -166,7 +166,7 @@ <summary>Enable JavaScript</summary> </key> </schema> - <schema path="/apps/epiphany/state/" id="org.gnome.Epiphany.state"> + <schema path="/org/gnome/epiphany/state/" id="org.gnome.Epiphany.state"> <key type="s" name="open-dir"> <default>'~'</default> </key> @@ -212,7 +212,7 @@ <summary>Whether to show the address column in the bookmarks window.</summary> </key> </schema> - <schema path="/apps/epiphany/lockdown/" id="org.gnome.Epiphany.lockdown"> + <schema path="/org/gnome/epiphany/lockdown/" id="org.gnome.Epiphany.lockdown"> <key type="b" name="disable-fullscreen"> <default>false</default> </key> |