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.thumbnailers.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.thumbnailers.gschema.xml.in.in')
-rw-r--r-- | schemas/org.mate.thumbnailers.gschema.xml.in.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/schemas/org.mate.thumbnailers.gschema.xml.in.in b/schemas/org.mate.thumbnailers.gschema.xml.in.in index edbc939..7d7eb56 100644 --- a/schemas/org.mate.thumbnailers.gschema.xml.in.in +++ b/schemas/org.mate.thumbnailers.gschema.xml.in.in @@ -1,5 +1,5 @@ <schemalist gettext-domain="@GETTEXT_PACKAGE@"> - <schema id="org.mate.thumbnailers" path="/desktop/mate/thumbnailers/"> + <schema id="org.mate.thumbnailers" path="/org/mate/desktop/thumbnailers/"> <key name="disable-all" type="b"> <default>false</default> <_summary>Disable all external thumbnailers</_summary> |