[gsettings-desktop-schemas] Use CDATA to encode switch-input-source default binding



commit 90438192bd1aaac1fef4b4153dabf2ca42b28cfb
Author: Christophe Fergeau <cfergeau redhat com>
Date:   Fri Jun 27 22:17:30 2014 +0200

    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

 ....gnome.desktop.wm.keybindings.gschema.xml.in.in |    2 +-
 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>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]