diff --git a/capplets/keyboard/ChangeLog b/capplets/keyboard/ChangeLog index 01fd85058..2590aeca4 100644 --- a/capplets/keyboard/ChangeLog +++ b/capplets/keyboard/ChangeLog @@ -1,3 +1,8 @@ +2004-07-28 Richard Hult + + * gnome-keyboard-properties.c (main): Switch to the right page for + typing monitor preferences. + 2004-07-27 Sergey V. Udaltsov * The preview is separated to another window. diff --git a/capplets/keyboard/gnome-keyboard-properties.c b/capplets/keyboard/gnome-keyboard-properties.c index 9fc1c9234..c6d923676 100644 --- a/capplets/keyboard/gnome-keyboard-properties.c +++ b/capplets/keyboard/gnome-keyboard-properties.c @@ -249,7 +249,7 @@ main (int argc, char **argv) dialog = create_dialog (); setup_dialog (dialog, changeset); if (switch_to_typing_break_page) { - gtk_notebook_set_current_page (GTK_NOTEBOOK (WID ("keyboard_notebook")), 1); + gtk_notebook_set_current_page (GTK_NOTEBOOK (WID ("keyboard_notebook")), 3); } capplet_set_icon (WID ("keyboard_dialog"), "keyboard-capplet.png");