From d2f749b6ab48d85ca4411894e9960df2cc07ef9f Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Mon, 25 Jun 2001 08:29:35 +0000 Subject: Get the shell to unregister the components on exit again. svn path=/trunk/; revision=10475 --- shell/main.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'shell/main.c') 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 (); -- cgit