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/ChangeLog | 5 +++++ calendar/gui/dialogs/comp-editor-page.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 11873166ca..b45a52df66 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,8 @@ +2003-05-22 JP Rosevear + + * gui/dialogs/comp-editor-page.c (comp_editor_page_destroy): unref + not ref the client + 2003-05-22 JP Rosevear Fixes #41329 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