summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@suse.com>2012-09-26 18:46:32 -0500
committerMike Gorse <mgorse@suse.com>2012-09-26 18:46:32 -0500
commit17b73e0f173c2d22832b2eeca578b466d0d518b8 (patch)
tree823bde90791f63ac1db09d4c7de2b59e9a441e0e
parent0c08002e32226232d7454897eabb6507773227c1 (diff)
downloadat-spi2-atk-17b73e0f173c2d22832b2eeca578b466d0d518b8.tar.gz
Make atk-bridge-location emptyAT_SPI2_ATK_2_6_1
Atk-bridge-location can cause problems on multilib builds. Setting empty at mclasen's request. Will remove for 3.8.
-rw-r--r--schemas/org.a11y.atspi.gschema.xml.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/schemas/org.a11y.atspi.gschema.xml.in b/schemas/org.a11y.atspi.gschema.xml.in
index 765870b..371149d 100644
--- a/schemas/org.a11y.atspi.gschema.xml.in
+++ b/schemas/org.a11y.atspi.gschema.xml.in
@@ -2,7 +2,7 @@
<schemalist>
<schema id="org.a11y.atspi" path="/org/a11y/atspi/">
<key name="atk-bridge-location" type="ay">
- <default>b'@libdir@/gtk-3.0/modules/libatk-bridge.so'</default>
+ <default>b''</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>
</key>