diff options
author | Stefano Karapetsas <[email protected]> | 2013-03-22 23:17:26 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-03-22 23:17:26 +0100 |
commit | 6ee8af1f0f2181b938c7926b29d38f97ab841c35 (patch) | |
tree | 0c088caa0a0b4c22ad60d080b4042a54a909d1ec /data/org.mate.peripherals-smartcard.gschema.xml.in | |
parent | 9384398bdd679647ca362a72f20c63e5d056f309 (diff) | |
download | mate-settings-daemon-6ee8af1f0f2181b938c7926b29d38f97ab841c35.tar.bz2 mate-settings-daemon-6ee8af1f0f2181b938c7926b29d38f97ab841c35.tar.xz |
Make GSettings schemas translatable
Diffstat (limited to 'data/org.mate.peripherals-smartcard.gschema.xml.in')
-rw-r--r-- | data/org.mate.peripherals-smartcard.gschema.xml.in | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/data/org.mate.peripherals-smartcard.gschema.xml.in b/data/org.mate.peripherals-smartcard.gschema.xml.in deleted file mode 100644 index 8ed910d..0000000 --- a/data/org.mate.peripherals-smartcard.gschema.xml.in +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0"?> -<schemalist> - <schema id="org.mate.peripherals-smartcard" path="/org/mate/desktop/peripherals/smartcard/"> - <key name="removal-action" type="s"> - <default>'none'</default> - <summary>Smartcard removal action</summary> - <description>Set this to one of "none", "lock_screen", or "force_logout". The action will get performed when the smartcard used for log in is removed.</description> - </key> - </schema> -</schemalist> |