Fix the format of the default value in the schema
authorMatthias Clasen <mclasen@redhat.com>
Sun, 4 Sep 2011 20:35:22 +0000 (16:35 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 4 Sep 2011 20:36:31 +0000 (16:36 -0400)
Bytestrings (ay) are formatted as b'...'.

https://bugzilla.gnome.org/show_bug.cgi?id=658102

schemas/org.a11y.atspi.gschema.xml.in

index f7b92e9..cfefa50 100644 (file)
@@ -2,7 +2,7 @@
 <schemalist>
   <schema id="org.a11y.atspi" path="/a11y/atspi/">
     <key name="atk-bridge-location" type="ay">
-      <default>'@libdir@/gtk-3.0/modules/libatk-bridge.so'</default>
+      <default>b'@libdir@/gtk-3.0/modules/libatk-bridge.so'</default>
       <summary>Atk-bridge location</summary>
       <description>The path to the atk-bridge module; useful for non-GTK applications/toolkits that want to load it.</description>
     </key>