diff options
author | Stefano Karapetsas <[email protected]> | 2013-05-08 15:45:10 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-05-08 15:45:10 +0200 |
commit | 8f377d99f9ff5bcb3328e9f0615b86811bbf0379 (patch) | |
tree | 9f05e0ae1dd76fbfc041fc9e7467c700eb007fab | |
parent | 24dec90f9c2235c3e7c01998a524489cebc919f1 (diff) | |
download | libmatekbd-8f377d99f9ff5bcb3328e9f0615b86811bbf0379.tar.bz2 libmatekbd-8f377d99f9ff5bcb3328e9f0615b86811bbf0379.tar.xz |
Fix previous commit typo in schema
-rw-r--r-- | libmatekbd/org.mate.peripherals-keyboard-xkb.gschema.xml.in.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libmatekbd/org.mate.peripherals-keyboard-xkb.gschema.xml.in.in b/libmatekbd/org.mate.peripherals-keyboard-xkb.gschema.xml.in.in index df3f20b..a6ddfb5 100644 --- a/libmatekbd/org.mate.peripherals-keyboard-xkb.gschema.xml.in.in +++ b/libmatekbd/org.mate.peripherals-keyboard-xkb.gschema.xml.in.in @@ -63,12 +63,12 @@ <_summary>Suppress the "X sysconfig changed" warning message</_summary> <_description>Suppress the "X sysconfig changed" warning message</_description> </key> - <key name="disable-indicator" type="b> + <key name="disable-indicator" type="b"> <default>false</default> <_summary>Allow to disable the keyboard indicator tray icon</_summary> <_description>Allow to disable the keyboard indicator tray icon</_description> </key> - <key name="duplicate-leds" type="b> + <key name="duplicate-leds" type="b"> <default>false</default> <_summary>Show keyboard leds indicator</_summary> <_description>Show keyboard leds indicator</_description> |