From 0931299f2341f04071311f07e8271db19d9ddc7d Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Tue, 18 Nov 2003 04:24:25 +0000 Subject: Cleanup some ref/unref calls 2003-11-17 JP Rosevear * Cleanup some ref/unref calls svn path=/trunk/; revision=23412 --- calendar/gui/alarm-notify/config-data.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'calendar/gui/alarm-notify') diff --git a/calendar/gui/alarm-notify/config-data.c b/calendar/gui/alarm-notify/config-data.c index ce179c9b92..8737d0549f 100644 --- a/calendar/gui/alarm-notify/config-data.c +++ b/calendar/gui/alarm-notify/config-data.c @@ -18,7 +18,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. */ -#ifdef HAVE_CONFIG_H +#ifdef HAVE_CONFIOH #include #endif @@ -49,7 +49,7 @@ locale_supports_12_hour_format (void) static void do_cleanup (void) { - g_object_unref (G_OBJECT (config)); + g_object_unref (config); config = NULL; inited = FALSE; } -- cgit v1.2.3