diff options
author | Brent Hull <[email protected]> | 2012-11-06 17:51:20 -0500 |
---|---|---|
committer | Brent Hull <[email protected]> | 2012-11-06 17:51:20 -0500 |
commit | b70c32d77a51bd023e745bca4063caa9d260fa7e (patch) | |
tree | 1ca67f403a01a03ab6f785c7100ca532b55e2fdd /schemas/org.mate.file-views.gschema.xml.in.in | |
parent | e1b881be4d861fc56133088d938791282068eb1f (diff) | |
download | mate-desktop-b70c32d77a51bd023e745bca4063caa9d260fa7e.tar.bz2 mate-desktop-b70c32d77a51bd023e745bca4063caa9d260fa7e.tar.xz |
Fix desktop schemas paths
Diffstat (limited to 'schemas/org.mate.file-views.gschema.xml.in.in')
-rw-r--r-- | schemas/org.mate.file-views.gschema.xml.in.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/schemas/org.mate.file-views.gschema.xml.in.in b/schemas/org.mate.file-views.gschema.xml.in.in index 54289ee..9396dd6 100644 --- a/schemas/org.mate.file-views.gschema.xml.in.in +++ b/schemas/org.mate.file-views.gschema.xml.in.in @@ -1,5 +1,5 @@ <schemalist gettext-domain="@GETTEXT_PACKAGE@"> - <schema id="org.mate.file-views" path="/desktop/mate/file-views/"> + <schema id="org.mate.file-views" path="/org/mate/desktop/file-views/"> <key name="icon-theme" type="s"> <default>'crux_teal'</default> <_summary>File Icon Theme</_summary> |