diff options
author | Stefano Karapetsas <[email protected]> | 2013-10-17 17:40:03 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-10-17 17:40:03 +0200 |
commit | eae33615af610f84fc2be016c5b222f44e741cc1 (patch) | |
tree | 8b7032af97743608cca3fbe60cca06d419e42ce2 /sendto/org.mate.Caja.Sendto.gschema.xml.in | |
parent | eb157f54f3dbbbcf3b63f43073c9687f66497b45 (diff) | |
download | caja-extensions-eae33615af610f84fc2be016c5b222f44e741cc1.tar.bz2 caja-extensions-eae33615af610f84fc2be016c5b222f44e741cc1.tar.xz |
Add sendto extension
Diffstat (limited to 'sendto/org.mate.Caja.Sendto.gschema.xml.in')
-rw-r--r-- | sendto/org.mate.Caja.Sendto.gschema.xml.in | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/sendto/org.mate.Caja.Sendto.gschema.xml.in b/sendto/org.mate.Caja.Sendto.gschema.xml.in new file mode 100644 index 0000000..cc48a5d --- /dev/null +++ b/sendto/org.mate.Caja.Sendto.gschema.xml.in @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8"?> +<schemalist> + <schema id="org.mate.Caja.Sendto" path="/org/mate/caja-sendto/" gettext-domain="caja-sendto"> + <key name="last-medium" type="s"> + <default>''</default> + <summary>Last plugin used to send</summary> + <description> + Used to store which plugin was used the last time + files were sent using caja-sendto. + </description> + </key> + <key name="last-compress" type="i"> + <default>0</default> + <summary>Last type of archive used</summary> + <description> + Used to store which type of archive was used the last time + (0: zip, 1: tar.gz, 2: tar.bz2). + </description> + </key> + </schema> +</schemalist> |