Get the shell to unregister the components on exit again.
svn path=/trunk/; revision=10475
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user