From 8460ab652427b0a8e739840166d8f0cfdad29f34 Mon Sep 17 00:00:00 2001 From: John Darrington Date: Sun, 22 Feb 2009 11:38:12 +0900 Subject: [PATCH] Fix signature of connect_help --- src/ui/gui/helper.c | 2 +- src/ui/gui/helper.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ui/gui/helper.c b/src/ui/gui/helper.c index aec2e3d4..b1fdb271 100644 --- a/src/ui/gui/helper.c +++ b/src/ui/gui/helper.c @@ -223,7 +223,7 @@ connect_help_glade (GladeXML *xml) void -connect_help (gpointer *xml) +connect_help (gpointer xml) { if (GTK_IS_BUILDER (xml)) connect_help_builder (GTK_BUILDER (xml)); diff --git a/src/ui/gui/helper.h b/src/ui/gui/helper.h index 3e1cb067..946a2cfa 100644 --- a/src/ui/gui/helper.h +++ b/src/ui/gui/helper.h @@ -1,5 +1,5 @@ /* PSPPIRE - a graphical user interface for PSPP. - Copyright (C) 2004 Free Software Foundation + Copyright (C) 2004, 2009 Free Software Foundation This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -54,7 +54,7 @@ GtkWidget * get_widget_assert (gpointer x, const gchar *name); char * pspp_locale_to_utf8 (const gchar *text, gssize len, GError **err); -void connect_help (gpointer *); +void connect_help (gpointer); void reference_manual (GtkMenuItem *, gpointer); -- 2.30.2