From 7acc488236b777678bc85179c9c2f7530528884f Mon Sep 17 00:00:00 2001 From: Peter Williams Date: Tue, 28 Aug 2001 18:26:48 +0000 Subject: Disable interaction once the shell has quit. 2001-08-28 Peter Williams * component-factory.c (owner_unset_cb): Disable interaction once the shell has quit. svn path=/trunk/; revision=12500 --- mail/component-factory.c | 1 + 1 file changed, 1 insertion(+) (limited to 'mail/component-factory.c') diff --git a/mail/component-factory.c b/mail/component-factory.c index 80c6bdb8fc..877e0757fd 100644 --- a/mail/component-factory.c +++ b/mail/component-factory.c @@ -693,6 +693,7 @@ owner_unset_cb (EvolutionShellComponent *shell_component, gpointer user_data) unref_standard_folders (); mail_importer_uninit (); + mail_session_enable_interaction (FALSE); g_idle_add_full (G_PRIORITY_LOW, idle_quit, NULL, NULL); } -- cgit v1.2.3