[gnome-applets] accessx-status: Open the new location of preferences



commit 31616d4f9ba443e9af84b1df8e3911791cdf295e
Author: Balló György <ballogyor gmail com>
Date:   Thu Oct 16 01:29:12 2014 +0200

    accessx-status: Open the new location of preferences
    
    AssessX settings moved from keyboard preferences to universal access.

 accessx-status/applet.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/accessx-status/applet.c b/accessx-status/applet.c
index 216afeb..b56d5e8 100644
--- a/accessx-status/applet.c
+++ b/accessx-status/applet.c
@@ -194,8 +194,8 @@ dialog_cb (GtkAction           *action,
        }
 
        screen = gtk_widget_get_screen (GTK_WIDGET (sapplet->applet));
-       appinfo = g_app_info_create_from_commandline ("gnome-control-center keyboard",
-                                                     _("Open the keyboard preferences dialog"),
+       appinfo = g_app_info_create_from_commandline ("gnome-control-center universal-access",
+                                                     _("Open the universal access preferences dialog"),
                                                      G_APP_INFO_CREATE_NONE,
                                                      &error);
 


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