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:
parent
0c4f13adf4
commit
20ec24c30c
2 changed files with 6 additions and 1 deletions
|
@ -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>
|
2008-04-08 Jens Granseuer <jensgr@gmx.net>
|
||||||
|
|
||||||
Based on a patch by: Matthias Clasen <mclasen@redhat.com>
|
Based on a patch by: Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
|
@ -57,7 +57,7 @@ create_dialog (void)
|
||||||
static void
|
static void
|
||||||
cb_at_preferences (GtkDialog *dialog, gint response_id)
|
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
|
static void
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue