capplet_help () The Help directory is changed to user-guide.

2002-05-28 Satyajit Kanungo <satyajit.kanungo@wipro.com>

	* capplet-util.c : capplet_help () The Help directory is changed to
	  user-guide.
This commit is contained in:
Satyajit Kanungo 2002-05-29 04:14:29 +00:00 committed by Jody Goldberg
parent ce01d9b7ce
commit b4123f15b1
25 changed files with 118 additions and 35 deletions

View file

@ -223,19 +223,11 @@ dialog_response (GtkWidget *widget,
gint response_id,
GConfChangeSet *changeset)
{
if (response_id == GTK_RESPONSE_HELP) {
GError *error = NULL;
/* TODO : get this written */
gnome_help_display_desktop (NULL,
"control-center-manual",
"config-keyboard.xml",
"CONFIGURATION", &error);
if (error) {
g_warning ("help error: %s\n", error->message);
g_error_free (error);
}
} else
if (response_id == GTK_RESPONSE_HELP)
capplet_help (GTK_WINDOW (widget),
"wgoscustdesk.xml",
"goscustperiph-2");
else
gtk_main_quit ();
}