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)
commit75c7688bd7267cb087c704780958651b213459c3
treedb0b4e9c67fb847358d98c016ce814db76962a54
parent220ac1116fa66f7ddb3914bb1a79691b5a23116d
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