open the preferred applications dialog on the a11y page (bug #528196)

2008-04-16  Jens Granseuer  <jensgr@gmx.net>

	* main.c: (cb_at_preferences): open the preferred applications dialog
	on the a11y page (bug #528196)

svn path=/trunk/; revision=8655
This commit is contained in:
Jens Granseuer 2008-04-16 16:47:56 +00:00 committed by Jens Granseuer
parent 0c4f13adf4
commit 20ec24c30c
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2008-04-16 Jens Granseuer <jensgr@gmx.net>
* main.c: (cb_at_preferences): open the preferred applications dialog
on the a11y page (bug #528196)
2008-04-08 Jens Granseuer <jensgr@gmx.net>
Based on a patch by: Matthias Clasen <mclasen@redhat.com>

View file

@ -57,7 +57,7 @@ create_dialog (void)
static void
cb_at_preferences (GtkDialog *dialog, gint response_id)
{
g_spawn_command_line_async ("gnome-default-applications-properties", NULL);
g_spawn_command_line_async ("gnome-default-applications-properties --show-page=a11y", NULL);
}
static void