diff options
author | Michael Meeks <mmeeks@src.gnome.org> | 2000-08-04 11:09:01 +0800 |
---|---|---|
committer | Michael Meeks <mmeeks@src.gnome.org> | 2000-08-04 11:09:01 +0800 |
commit | 623b1de43d610df7dc767153aed62ec7e40894a6 (patch) | |
tree | 4cd922f361d734fc17215c45e161aaf6dc73e5da /calendar/gui | |
parent | 8ec2a002e8f98c11836ca0fd0924d84a65018908 (diff) | |
download | gsoc2013-evolution-623b1de43d610df7dc767153aed62ec7e40894a6.tar gsoc2013-evolution-623b1de43d610df7dc767153aed62ec7e40894a6.tar.gz gsoc2013-evolution-623b1de43d610df7dc767153aed62ec7e40894a6.tar.bz2 gsoc2013-evolution-623b1de43d610df7dc767153aed62ec7e40894a6.tar.lz gsoc2013-evolution-623b1de43d610df7dc767153aed62ec7e40894a6.tar.xz gsoc2013-evolution-623b1de43d610df7dc767153aed62ec7e40894a6.tar.zst gsoc2013-evolution-623b1de43d610df7dc767153aed62ec7e40894a6.zip |
Everywhere unref the remote_uih having done a set_container.
svn path=/trunk/; revision=4524
Diffstat (limited to 'calendar/gui')
-rw-r--r-- | calendar/gui/calendar-commands.c | 1 |
1 files changed, 1 insertions, 0 deletions
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); |