diff options
Diffstat (limited to 'shell/e-shell.c')
-rw-r--r-- | shell/e-shell.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/shell/e-shell.c b/shell/e-shell.c index bd18eba611..f0e86aa96a 100644 --- a/shell/e-shell.c +++ b/shell/e-shell.c @@ -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; } |