diff options
Diffstat (limited to 'shell/evolution-shell-component.c')
-rw-r--r-- | shell/evolution-shell-component.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/evolution-shell-component.c b/shell/evolution-shell-component.c index a886ba6b7c..8e149f11fb 100644 --- a/shell/evolution-shell-component.c +++ b/shell/evolution-shell-component.c @@ -213,7 +213,7 @@ impl_ShellComponent_create_view (PortableServer_Servant servant, return CORBA_OBJECT_NIL; } - return bonobo_object_corba_objref (BONOBO_OBJECT (control)); + return CORBA_Object_duplicate (bonobo_object_corba_objref (BONOBO_OBJECT (control)), ev); } static void |