(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:
@ -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
|
||||
|
||||
@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user