From 75c7688bd7267cb087c704780958651b213459c3 Mon Sep 17 00:00:00 2001 From: Mike Gorse Date: Fri, 2 Sep 2011 15:03:16 -0500 Subject: [PATCH] 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. --- schemas/org.a11y.atspi.gschema.xml.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.7.4