summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2014-06-27 22:17:30 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2014-08-17 19:26:02 +0200
commit90438192bd1aaac1fef4b4153dabf2ca42b28cfb (patch)
tree86f60385f67e8627e37acfb61247cdfa904f4d18
parent28a1f13a4e69b03109c7a021b3f6cdbf57476021 (diff)
downloadgsettings-desktop-schemas-90438192bd1aaac1fef4b4153dabf2ca42b28cfb.tar.gz
Use CDATA to encode switch-input-source default binding
Currently entities are being used, but CDATA is more readable and more consistent with the rest of the file. https://bugzilla.gnome.org/show_bug.cgi?id=732293
-rw-r--r--schemas/org.gnome.desktop.wm.keybindings.gschema.xml.in.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/schemas/org.gnome.desktop.wm.keybindings.gschema.xml.in.in b/schemas/org.gnome.desktop.wm.keybindings.gschema.xml.in.in
index 1098ba7..3c897be 100644
--- a/schemas/org.gnome.desktop.wm.keybindings.gschema.xml.in.in
+++ b/schemas/org.gnome.desktop.wm.keybindings.gschema.xml.in.in
@@ -332,7 +332,7 @@
<_summary>Move window to center of screen</_summary>
</key>
<key name="switch-input-source" type="as">
- <default>["&lt;Super&gt;space"]</default>
+ <default><![CDATA[['<Super>space']]]></default>
<_summary>Switch input source</_summary>
<_description>Binding to select the next input source</_description>
</key>