diff options
author | Stefano Karapetsas <[email protected]> | 2012-10-08 14:32:59 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-10-08 14:32:59 +0200 |
commit | b3c5129a02e6d2ef18bcc2abf2bb003185cf2619 (patch) | |
tree | 460b9e5143ed4324c3a9983b93c37acb5b4fbfa5 /schemas/org.mate.thumbnailers.gschema.xml.in | |
parent | 3873b9ff75a839ec85694b987da788ab254ec519 (diff) | |
download | mate-desktop-b3c5129a02e6d2ef18bcc2abf2bb003185cf2619.tar.bz2 mate-desktop-b3c5129a02e6d2ef18bcc2abf2bb003185cf2619.tar.xz |
delete old .in schemasmate-desktop-1.5.0
Diffstat (limited to 'schemas/org.mate.thumbnailers.gschema.xml.in')
-rw-r--r-- | schemas/org.mate.thumbnailers.gschema.xml.in | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/schemas/org.mate.thumbnailers.gschema.xml.in b/schemas/org.mate.thumbnailers.gschema.xml.in deleted file mode 100644 index edbc939..0000000 --- a/schemas/org.mate.thumbnailers.gschema.xml.in +++ /dev/null @@ -1,14 +0,0 @@ -<schemalist gettext-domain="@GETTEXT_PACKAGE@"> - <schema id="org.mate.thumbnailers" path="/desktop/mate/thumbnailers/"> - <key name="disable-all" type="b"> - <default>false</default> - <_summary>Disable all external thumbnailers</_summary> - <_description>Set to true to disable all external thumbnailer programs, independent on whether they are independently disabled/enabled.</_description> - </key> - <key name="disable" type="as"> - <default>[]</default> - <_summary>List of mime-types for which external thumbnailer programs will be disabled</_summary> - <_description>Thumbnails will not be created for files whose mime-type is contained in the list.</_description> - </key> - </schema> -</schemalist> |