diff options
Diffstat (limited to 'addressbook/gui/component')
-rw-r--r-- | addressbook/gui/component/addressbook.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/addressbook/gui/component/addressbook.c b/addressbook/gui/component/addressbook.c index a4ca8358f3..bf2b054280 100644 --- a/addressbook/gui/component/addressbook.c +++ b/addressbook/gui/component/addressbook.c @@ -485,6 +485,7 @@ control_activate (BonoboControl *control, BonoboUIHandler *uih, remote_uih = bonobo_control_get_remote_ui_handler (control); bonobo_ui_handler_set_container (uih, remote_uih); + bonobo_object_release_unref (remote_uih, NULL); bonobo_ui_handler_menu_new_separator (uih, "/View/<sep>", -1); |