[at-spi2-atk/gnome-3-6] Make atk-bridge-location empty



commit 17b73e0f173c2d22832b2eeca578b466d0d518b8
Author: Mike Gorse <mgorse suse com>
Date:   Wed Sep 26 18:46:32 2012 -0500

    Make atk-bridge-location empty
    
    Atk-bridge-location can cause problems on multilib builds. Setting empty
    at mclasen's request. Will remove for 3.8.

 schemas/org.a11y.atspi.gschema.xml.in |    2 +-
 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>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]