Switch to the right page for typing monitor preferences.

2004-07-28  Richard Hult  <richard@imendio.com>

	* gnome-keyboard-properties.c (main): Switch to the right page for
	typing monitor preferences.
This commit is contained in:
Richard Hult 2004-07-27 23:12:33 +00:00 committed by Richard Hult
parent 14b9f41c61
commit afc5f43cba
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2004-07-28 Richard Hult <richard@imendio.com>
* gnome-keyboard-properties.c (main): Switch to the right page for
typing monitor preferences.
2004-07-27 Sergey V. Udaltsov <svu@gnome.org>
* The preview is separated to another window.

View file

@ -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");