Fix for BGO#645321: Use array of bytes rather than string for path
authorMike Gorse <mgorse@novell.com>
Fri, 2 Sep 2011 20:03:16 +0000 (15:03 -0500)
committerMike Gorse <mgorse@novell.com>
Fri, 2 Sep 2011 20:03:16 +0000 (15:03 -0500)
According to Christian Persch, paths are not strings because they may be
non-UTF-8, so they must use "ay" instead of "s" for their type in a
GSettings schema.

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

index 43d27aa..f7b92e9 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <schemalist>
   <schema id="org.a11y.atspi" path="/a11y/atspi/">
-    <key name="atk-bridge-location" type="s">
+    <key name="atk-bridge-location" type="ay">
       <default>'@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>