mousetweaks r338 - in trunk: . src



Author: gerdk
Date: Thu Oct 23 08:25:47 2008
New Revision: 338
URL: http://svn.gnome.org/viewvc/mousetweaks?rev=338&view=rev

Log:


Modified:
   trunk/ChangeLog
   trunk/src/mt-main.c

Modified: trunk/src/mt-main.c
==============================================================================
--- trunk/src/mt-main.c	(original)
+++ trunk/src/mt-main.c	Thu Oct 23 08:25:47 2008
@@ -712,14 +712,11 @@
 accessibility_enabled (MTClosure *mt,
 		       gint       spi_status)
 {
-    gboolean a11y;
-
-    a11y = gconf_client_get_bool (mt->client, GNOME_A11Y_KEY, NULL);
-    if (!a11y || spi_status != 0) {
-	gint ret;
+    gint ret;
 
+    if (spi_status != 0) {
 	ret = mt_common_show_dialog
-	    (_("Assistive Technology Support Is Not Enabled"),
+	    (_("Assistive Technology Support is not Enabled"),
 	     _("Mousetweaks requires assistive technologies to be enabled "
 	       "in your session."
 	       "\n\n"



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