(impl_populateFolderContextMenu):

Don't release_unref the corba_uih since
bonobo_ui_component_set_container() takes ownership of the object
without reffing it.

svn path=/trunk/; revision=20032
This commit is contained in:
Ettore Perazzoli
2003-02-24 15:45:27 +00:00
parent 1b5bcee1ed
commit cd413978fc
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,10 @@
2003-02-24 Ettore Perazzoli <ettore@ximian.com>
* evolution-shell-component.c (impl_populateFolderContextMenu):
Don't release_unref the corba_uih since
bonobo_ui_component_set_container() takes ownership of the object
without reffing it.
2003-02-24 Ettore Perazzoli <ettore@ximian.com>
* glade/e-active-connection-dialog.glade: Update dialog to use

View File

@ -669,7 +669,6 @@ impl_populateFolderContextMenu (PortableServer_Servant servant,
priv->uic = bonobo_ui_component_new_default ();
bonobo_ui_component_set_container (priv->uic, corba_uih, NULL);
bonobo_object_release_unref (corba_uih, NULL);
(* priv->populate_folder_context_menu_fn) (shell_component, priv->uic, physical_uri, type, priv->closure);
}