aboutsummaryrefslogtreecommitdiffstats
path: root/shell/main.c
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-06-25 16:29:35 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-06-25 16:29:35 +0800
commitd2f749b6ab48d85ca4411894e9960df2cc07ef9f (patch)
treea3c0923d1a365ec853848a6b7aae448666b20091 /shell/main.c
parent57a9a15d4216c4402373781adf32231c54ce92a9 (diff)
downloadgsoc2013-evolution-d2f749b6ab48d85ca4411894e9960df2cc07ef9f.tar
gsoc2013-evolution-d2f749b6ab48d85ca4411894e9960df2cc07ef9f.tar.gz
gsoc2013-evolution-d2f749b6ab48d85ca4411894e9960df2cc07ef9f.tar.bz2
gsoc2013-evolution-d2f749b6ab48d85ca4411894e9960df2cc07ef9f.tar.lz
gsoc2013-evolution-d2f749b6ab48d85ca4411894e9960df2cc07ef9f.tar.xz
gsoc2013-evolution-d2f749b6ab48d85ca4411894e9960df2cc07ef9f.tar.zst
gsoc2013-evolution-d2f749b6ab48d85ca4411894e9960df2cc07ef9f.zip
Get the shell to unregister the components on exit again.
svn path=/trunk/; revision=10475
Diffstat (limited to 'shell/main.c')
-rw-r--r--shell/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/main.c b/shell/main.c
index 40e6d0aaad..78dfe6573c 100644
--- a/shell/main.c
+++ b/shell/main.c
@@ -60,6 +60,8 @@ no_views_left_cb (EShell *shell, gpointer data)
destroyed. But refcounting is broken at present, so this is a
reasonable workaround for now. */
+ e_shell_unregister_all (shell);
+
bonobo_object_unref (BONOBO_OBJECT (shell));
gtk_main_quit ();