From: Matthias Clasen Date: Sun, 4 Sep 2011 20:35:22 +0000 (-0400) Subject: Fix the format of the default value in the schema X-Git-Tag: AT_SPI2_ATK_2_12_0~185 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git;a=commitdiff_plain;h=7cad3d52d76cb8484e6da5a23f75554b9313266e Fix the format of the default value in the schema Bytestrings (ay) are formatted as b'...'. https://bugzilla.gnome.org/show_bug.cgi?id=658102 --- diff --git a/schemas/org.a11y.atspi.gschema.xml.in b/schemas/org.a11y.atspi.gschema.xml.in index f7b92e9..cfefa50 100644 --- a/schemas/org.a11y.atspi.gschema.xml.in +++ b/schemas/org.a11y.atspi.gschema.xml.in @@ -2,7 +2,7 @@ - '@libdir@/gtk-3.0/modules/libatk-bridge.so' + b'@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.