Get the shell to unregister the components on exit again.

svn path=/trunk/; revision=10475
This commit is contained in:
Ettore Perazzoli
2001-06-25 08:29:35 +00:00
parent 57a9a15d42
commit d2f749b6ab
4 changed files with 25 additions and 1 deletions

View File

@ -1357,9 +1357,12 @@ e_shell_unregister_all (EShell *shell)
g_return_if_fail (E_IS_SHELL (shell));
/* FIXME: This really really sucks. */
priv = shell->priv;
#error "Implement me"
gtk_object_unref (GTK_OBJECT (priv->component_registry));
priv->component_registry = NULL;
}