From db1b452b25b7c901e961ae034a4167b5fe70a3d5 Mon Sep 17 00:00:00 2001 From: Rodney Dawes Date: Wed, 11 Feb 2004 18:30:32 +0000 Subject: Change the filename and section that we pass to gnome_help_display_desktop 2004-02-11 Rodney Dawes * e-multi-config-dialog.c (impl_response): Change the filename and section that we pass to gnome_help_display_desktop so that the help browser displays the documentation correctly svn path=/trunk/; revision=24708 --- widgets/misc/ChangeLog | 6 ++++++ widgets/misc/e-multi-config-dialog.c | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) (limited to 'widgets') diff --git a/widgets/misc/ChangeLog b/widgets/misc/ChangeLog index e4654af02f..36b89c7c8a 100644 --- a/widgets/misc/ChangeLog +++ b/widgets/misc/ChangeLog @@ -1,3 +1,9 @@ +2004-02-11 Rodney Dawes + + * e-multi-config-dialog.c (impl_response): Change the filename and + section that we pass to gnome_help_display_desktop so that the help + browser displays the documentation correctly + 2004-02-10 Rodney Dawes * e-multi-config-dialog.c (init): Add a Help button diff --git a/widgets/misc/e-multi-config-dialog.c b/widgets/misc/e-multi-config-dialog.c index f2b8cbcfcd..97b4e7ab3d 100644 --- a/widgets/misc/e-multi-config-dialog.c +++ b/widgets/misc/e-multi-config-dialog.c @@ -271,8 +271,8 @@ impl_response (GtkDialog *dialog, case GTK_RESPONSE_HELP: gnome_help_display_desktop (NULL, "evolution-" BASE_VERSION, - "config-prefs.xml", - "config-prefs", + "evolution-" BASE_VERSION ".xml", + "config", &error); if (error != NULL) g_warning ("%s", error->message); -- cgit v1.2.3