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/dialogs/task-editor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'calendar/gui/dialogs/task-editor.c') diff --git a/calendar/gui/dialogs/task-editor.c b/calendar/gui/dialogs/task-editor.c index 5c796df3a3..c30704e3cf 100644 --- a/calendar/gui/dialogs/task-editor.c +++ b/calendar/gui/dialogs/task-editor.c @@ -339,7 +339,7 @@ task_editor_send_comp (CompEditor *editor, ECalComponentItipMethod method) client = e_meeting_store_get_e_cal (priv->model); result = itip_send_comp (E_CAL_COMPONENT_METHOD_CANCEL, comp, client, NULL); - g_object_unref((comp)); + g_object_unref (comp); if (!result) return FALSE; -- cgit v1.2.3