From: Mike Gorse Date: Fri, 2 Sep 2011 20:03:16 +0000 (-0500) Subject: Fix for BGO#645321: Use array of bytes rather than string for path X-Git-Tag: AT_SPI2_ATK_2_12_0~186 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git;a=commitdiff_plain;h=75c7688bd7267cb087c704780958651b213459c3 Fix for BGO#645321: Use array of bytes rather than string for path 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. --- diff --git a/schemas/org.a11y.atspi.gschema.xml.in b/schemas/org.a11y.atspi.gschema.xml.in index 43d27aa..f7b92e9 100644 --- a/schemas/org.a11y.atspi.gschema.xml.in +++ b/schemas/org.a11y.atspi.gschema.xml.in @@ -1,7 +1,7 @@ - + '@libdir@/gtk-3.0/modules/libatk-bridge.so' Atk-bridge location The path to the atk-bridge module; useful for non-GTK applications/toolkits that want to load it.