[orca/gnome-3-0] Use gsettings



commit 7716a2402aa3a62c72ddcfee2670dd410f118ac1
Author: Frederick Crozat <fred crozat net>
Date:   Fri Mar 25 16:29:52 2011 -0400

    Use gsettings

 src/orca/orca.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/orca/orca.in b/src/orca/orca.in
index bda13ed..527141c 100644
--- a/src/orca/orca.in
+++ b/src/orca/orca.in
@@ -131,8 +131,8 @@ runOrca()
 # all set and we don't need to muck around.
 #
 if [ "x$LOGNAME" != "xgdm" ] ; then
-    ACCESSIBILITY_ENABLED=`gconftool-2 \
-        --get /desktop/gnome/interface/accessibility`
+    ACCESSIBILITY_ENABLED=`gsettings \
+        get org.gnome.desktop.interface toolkit-accessibility`
     if [ "x$ACCESSIBILITY_ENABLED" != "xtrue" ] ; then
         # Because we will be running Orca in text-setup mode, we want to
         # make sure it is run in a terminal window.  If we're already in



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