* main.c: (cb_dialog_response): Point help to the right section
This commit is contained in:
Fernando Herrera de las Heras 2004-03-02 17:15:31 +00:00
parent ed41551ac0
commit 2e5a41037f
2 changed files with 6 additions and 3 deletions

View file

@ -1,3 +1,8 @@
2004-03-02 Fernando Herrera <fherrera@onirica.com>
http://bugzilla.gnome.org/show_bug.cgi?id=125315
* main.c: (cb_dialog_response): Point help to the right section
2004-03-02 Jody Goldberg <jody@gnome.org>
http://bugzilla.gnome.org/show_bug.cgi?id=135908

View file

@ -695,9 +695,7 @@ cb_dialog_response (GtkDialog *dialog, gint response_id, struct DisplayInfo *inf
gtk_main_quit ();
break;
case GTK_RESPONSE_HELP:
/* FIXME: This needs to be changed to the right section
* when the docs have been written. */
capplet_help (GTK_WINDOW (dialog), "user-guide.xml", "goscustdesk-38");
capplet_help (GTK_WINDOW (dialog), "user-guide.xml", "goscustdesk-70");
break;
case GTK_RESPONSE_APPLY:
save_computer = info->per_computer_check != NULL && gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (info->per_computer_check));