diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-11-07 05:43:07 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-11-07 05:43:07 +0800 |
commit | 5f27abb5443e5fa9951a5953151089a785b19671 (patch) | |
tree | 639b68531fc54ea560e06d354d5e1db929f87dd0 /addressbook/gui | |
parent | b4c61eba8055f666fd8a2270879a6f9722faa2b3 (diff) | |
download | gsoc2013-evolution-5f27abb5443e5fa9951a5953151089a785b19671.tar gsoc2013-evolution-5f27abb5443e5fa9951a5953151089a785b19671.tar.gz gsoc2013-evolution-5f27abb5443e5fa9951a5953151089a785b19671.tar.bz2 gsoc2013-evolution-5f27abb5443e5fa9951a5953151089a785b19671.tar.lz gsoc2013-evolution-5f27abb5443e5fa9951a5953151089a785b19671.tar.xz gsoc2013-evolution-5f27abb5443e5fa9951a5953151089a785b19671.tar.zst gsoc2013-evolution-5f27abb5443e5fa9951a5953151089a785b19671.zip |
Fix the addressbook crash that happened when the ESelectNames control
was getting destroyed.
svn path=/trunk/; revision=6453
Diffstat (limited to 'addressbook/gui')
-rw-r--r-- | addressbook/gui/component/select-names/e-select-names-bonobo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/gui/component/select-names/e-select-names-bonobo.c b/addressbook/gui/component/select-names/e-select-names-bonobo.c index d4e2d32cfc..1a0bd450f0 100644 --- a/addressbook/gui/component/select-names/e-select-names-bonobo.c +++ b/addressbook/gui/component/select-names/e-select-names-bonobo.c @@ -176,7 +176,7 @@ impl_SelectNames_get_entry_for_section (PortableServer_Servant servant, bonobo_control_set_properties (control, property_bag); - return bonobo_object_corba_objref (BONOBO_OBJECT (control)); + return CORBA_Object_duplicate (bonobo_object_corba_objref (BONOBO_OBJECT (control)), ev); } static void |