Change EvolutionShellComponent so that it does ::ref the shell.

svn path=/trunk/; revision=3770
This commit is contained in:
Ettore Perazzoli
2000-06-28 03:47:40 +00:00
parent 18f1b73bcb
commit fddb695e34
2 changed files with 5 additions and 1 deletions

View File

@ -137,7 +137,6 @@ impl_ShellComponent_set_owner (PortableServer_Servant servant,
return;
}
Bonobo_Unknown_ref (shell, ev);
priv->corba_owner = CORBA_Object_duplicate (shell, ev);
gtk_signal_emit (GTK_OBJECT (shell_component), signals[OWNER_SET], priv->corba_owner);