summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@novell.com>2010-06-28 11:27:55 -0400
committerMike Gorse <mgorse@novell.com>2010-06-28 11:27:55 -0400
commitd3ba84e52a2b8847969d5de9641599d9d1bb89ea (patch)
tree4df11a2dc8bbb5f400b64047918a42ffc526a27c
parentc979665135ee0e585540658fd54b7b3618ab361a (diff)
downloadat-spi2-atk-d3ba84e52a2b8847969d5de9641599d9d1bb89ea.tar.gz
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.
-rw-r--r--at-spi2.schemas.in2
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>