Spawn the accessibility tab of the keyboard capplet instead of

2008-01-02  Denis Washington  <denisw@svn.gnome.org>

	* accessibility/at-properties/main.c: (cb_keyboard_preferences): 
        Spawn the accessibility tab of the keyboard capplet instead of 
        at-properties.

	* capplets/keyboard/gnome-keyboard-properties.c: Add --a11y 
	command-line option to show the Accessibility tab when started.


svn path=/trunk/; revision=8365
This commit is contained in:
Denis Washington 2008-01-02 19:03:10 +00:00 committed by Denis Washington
parent 7d7bef7786
commit d528e9f4e2
4 changed files with 26 additions and 2 deletions

View file

@ -53,7 +53,7 @@ cb_at_preferences (GtkDialog *dialog, gint response_id)
static void
cb_keyboard_preferences (GtkDialog *dialog, gint response_id)
{
g_spawn_command_line_async("gnome-accessibility-keyboard-properties", NULL);
g_spawn_command_line_async("gnome-keyboard-properties --a11y", NULL);
}
static void