From 623b1de43d610df7dc767153aed62ec7e40894a6 Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Fri, 4 Aug 2000 03:09:01 +0000 Subject: Everywhere unref the remote_uih having done a set_container. svn path=/trunk/; revision=4524 --- calendar/ChangeLog | 4 ++++ calendar/gui/calendar-commands.c | 1 + 2 files changed, 5 insertions(+) (limited to 'calendar') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 09cc75ef4c..1add100fa3 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,7 @@ +2000-08-04 Michael Meeks + + * gui/calendar-commands.c (calendar_control_activate): unref. + 2000-08-02 Seth Alves * pcs/cal-backend-imc.c (cal_backend_imc_update_pilot_id): call diff --git a/calendar/gui/calendar-commands.c b/calendar/gui/calendar-commands.c index db7b50d25d..eb22b317a2 100644 --- a/calendar/gui/calendar-commands.c +++ b/calendar/gui/calendar-commands.c @@ -607,6 +607,7 @@ calendar_control_activate (BonoboControl *control, remote_uih = bonobo_control_get_remote_ui_handler (control); bonobo_ui_handler_set_container (uih, remote_uih); + bonobo_object_release_unref (remote_uih, NULL); toolbar = gtk_toolbar_new (GTK_ORIENTATION_HORIZONTAL, GTK_TOOLBAR_BOTH); -- cgit