From 3b09469abc75b204bb206a8665c124782a9f35b8 Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Thu, 22 May 2003 20:10:11 +0000 Subject: unref not ref the client 2003-05-22 JP Rosevear * gui/dialogs/comp-editor-page.c (comp_editor_page_destroy): unref not ref the client svn path=/trunk/; revision=21323 --- calendar/gui/dialogs/comp-editor-page.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'calendar/gui') diff --git a/calendar/gui/dialogs/comp-editor-page.c b/calendar/gui/dialogs/comp-editor-page.c index 957b1533d5..a0fdcca3a8 100644 --- a/calendar/gui/dialogs/comp-editor-page.c +++ b/calendar/gui/dialogs/comp-editor-page.c @@ -166,7 +166,7 @@ comp_editor_page_destroy (GtkObject *object) page = COMP_EDITOR_PAGE (object); if (page->client) { - g_object_ref((page->client)); + g_object_unref (page->client); page->client = NULL; } -- cgit v1.2.3