diff options
Diffstat (limited to 'calendar/gui/tasks-control.c')
-rw-r--r-- | calendar/gui/tasks-control.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/calendar/gui/tasks-control.c b/calendar/gui/tasks-control.c index eb99241262..d3154de0d6 100644 --- a/calendar/gui/tasks-control.c +++ b/calendar/gui/tasks-control.c @@ -109,6 +109,7 @@ tasks_control_properties_init (BonoboControl *control, 0); bonobo_control_set_properties (control, pbag); + bonobo_object_unref (BONOBO_OBJECT (pbag)); } |