aboutsummaryrefslogtreecommitdiffstats
path: root/shell/evolution-shell-component.c
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2003-02-24 23:45:27 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2003-02-24 23:45:27 +0800
commitcd413978fcc310ca6c721142a2c11a6e4b692b8a (patch)
treec83a6e6591d2c1ba413caa1c0893cab477188e82 /shell/evolution-shell-component.c
parent1b5bcee1ed41429ded31d5f198e0e58eca68b68d (diff)
downloadgsoc2013-evolution-cd413978fcc310ca6c721142a2c11a6e4b692b8a.tar
gsoc2013-evolution-cd413978fcc310ca6c721142a2c11a6e4b692b8a.tar.gz
gsoc2013-evolution-cd413978fcc310ca6c721142a2c11a6e4b692b8a.tar.bz2
gsoc2013-evolution-cd413978fcc310ca6c721142a2c11a6e4b692b8a.tar.lz
gsoc2013-evolution-cd413978fcc310ca6c721142a2c11a6e4b692b8a.tar.xz
gsoc2013-evolution-cd413978fcc310ca6c721142a2c11a6e4b692b8a.tar.zst
gsoc2013-evolution-cd413978fcc310ca6c721142a2c11a6e4b692b8a.zip
(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
Diffstat (limited to 'shell/evolution-shell-component.c')
-rw-r--r--shell/evolution-shell-component.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/shell/evolution-shell-component.c b/shell/evolution-shell-component.c
index 6e75771920..9d184e1193 100644
--- a/shell/evolution-shell-component.c
+++ b/shell/evolution-shell-component.c
@@ -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);
}