[at-spi2-atk] Set /desktop/gnome/interface/at-spi-dbus to false by default



commit d3ba84e52a2b8847969d5de9641599d9d1bb89ea
Author: Mike Gorse <mgorse novell com>
Date:   Mon Jun 28 11:27:55 2010 -0400

    Set /desktop/gnome/interface/at-spi-dbus to false by default
    
    The at-spi-dbus key is only used if --enable-relocate is specified
    (which it is not by default).  Specifying --enable-relocate would imply
    that at-spi-corba was still intended to be the default, so setting this key to false.

 at-spi2.schemas.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/at-spi2.schemas.in b/at-spi2.schemas.in
index 7872a47..56f5b78 100644
--- a/at-spi2.schemas.in
+++ b/at-spi2.schemas.in
@@ -18,7 +18,7 @@ support.</long>
       <applyto>/desktop/gnome/interface/at-spi-dbus</applyto>
       <owner>gnome</owner>
       <type>bool</type>
-      <default>true</default>
+      <default>false</default>
       <locale name="C">
         <short>Enable DBus-based AT-SPI infrastructure</short>
         <long>In combination with /desktop/gnome/interface/accessibility, this key is needed to enable the DBus-based AT-SPI infrastructure if the DBus-based AT-SPI infrastructure has been relocated.  It is ignored if the DBus-based AT-SPI infrastructure has not been relocated.</long>



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