[at-spi2-core] BGO#642077: Remove --enable-relocate handling from at-spi-dbus-bus.in
- From: Mike Gorse <mgorse src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [at-spi2-core] BGO#642077: Remove --enable-relocate handling from at-spi-dbus-bus.in
- Date: Fri, 11 Feb 2011 22:14:18 +0000 (UTC)
commit c6cec91c3ecdb06001db064074e4bdb9d40cf696
Author: Mike Gorse <mgorse novell com>
Date: Fri Feb 11 16:16:11 2011 -0600
BGO#642077: Remove --enable-relocate handling from at-spi-dbus-bus.in
bus/at-spi-dbus-bus.in | 14 +++-----------
1 files changed, 3 insertions(+), 11 deletions(-)
---
diff --git a/bus/at-spi-dbus-bus.in b/bus/at-spi-dbus-bus.in
index 86b676b..9b2fede 100644
--- a/bus/at-spi-dbus-bus.in
+++ b/bus/at-spi-dbus-bus.in
@@ -3,18 +3,10 @@
prefix="@prefix@"
sysconfdir="@sysconfdir@"
dbusdaemon="@DBUS_DAEMON@"
-relocate= enable_relocate@
-if [ "$relocate" == "yes" ]; then
- var=`gconftool-2 --get /desktop/gnome/interface/at-spi-dbus`
- if [ "$var" == "false" ]; then
- exit 0
- fi
-else
- var=`gconftool-2 --get /desktop/gnome/interface/at-spi-corba`
- if [ "$var" == "true" ]; then
- exit 0
- fi
+var=`gconftool-2 --get /desktop/gnome/interface/at-spi-corba`
+if [ "$var" == "true" ]; then
+ exit 0
fi
address=`${dbusdaemon} --config-file=${sysconfdir}/at-spi2/accessibility.conf --print-address`
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]