aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/contact-editor
diff options
context:
space:
mode:
authorSrinivasa Ragavan <sragavan@src.gnome.org>2007-06-03 23:07:55 +0800
committerSrinivasa Ragavan <sragavan@src.gnome.org>2007-06-03 23:07:55 +0800
commit8bebb05056fd093d0302546fc65edb130c3c136a (patch)
treed6b46a985b77386944f97ac87d203fdc912497fc /addressbook/gui/contact-editor
parent54a9260f696f5c7462f40af8f838d723ba3abeb5 (diff)
downloadgsoc2013-evolution-8bebb05056fd093d0302546fc65edb130c3c136a.tar
gsoc2013-evolution-8bebb05056fd093d0302546fc65edb130c3c136a.tar.gz
gsoc2013-evolution-8bebb05056fd093d0302546fc65edb130c3c136a.tar.bz2
gsoc2013-evolution-8bebb05056fd093d0302546fc65edb130c3c136a.tar.lz
gsoc2013-evolution-8bebb05056fd093d0302546fc65edb130c3c136a.tar.xz
gsoc2013-evolution-8bebb05056fd093d0302546fc65edb130c3c136a.tar.zst
gsoc2013-evolution-8bebb05056fd093d0302546fc65edb130c3c136a.zip
** Fix for bug #386503 from Matthew Barnes
svn path=/trunk/; revision=33647
Diffstat (limited to 'addressbook/gui/contact-editor')
-rw-r--r--addressbook/gui/contact-editor/e-contact-editor.c11
1 files changed, 5 insertions, 6 deletions
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 *