From 8bebb05056fd093d0302546fc65edb130c3c136a Mon Sep 17 00:00:00 2001 From: Srinivasa Ragavan Date: Sun, 3 Jun 2007 15:07:55 +0000 Subject: ** Fix for bug #386503 from Matthew Barnes svn path=/trunk/; revision=33647 --- addressbook/gui/contact-editor/e-contact-editor.c | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'addressbook/gui') diff --git a/addressbook/gui/contact-editor/e-contact-editor.c b/addressbook/gui/contact-editor/e-contact-editor.c index 9f35370fa9..ab1978f627 100644 --- a/addressbook/gui/contact-editor/e-contact-editor.c +++ b/addressbook/gui/contact-editor/e-contact-editor.c @@ -3228,13 +3228,12 @@ show_help_cb (GtkWidget *widget, gpointer data) { GError *error = NULL; - gnome_help_display_desktop (NULL, - "evolution-" BASE_VERSION, - "evolution-" BASE_VERSION ".xml", - "usage-contact-cards", - &error); - if (error != NULL) + gnome_help_display ( + "evolution.xml", "usage-contact-cards", &error); + if (error != NULL) { g_warning ("%s", error->message); + g_error_free (error); + } } static GList * -- cgit v1.2.3