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:
parent
7d7bef7786
commit
d528e9f4e2
4 changed files with 26 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue