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/ChangeLog | 5 +++++ mail/component-factory.c | 1 + 2 files changed, 6 insertions(+) (limited to 'mail') diff --git a/mail/ChangeLog b/mail/ChangeLog index 082d31295c..e43a1c25f2 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,8 @@ +2001-08-28 Peter Williams + + * component-factory.c (owner_unset_cb): Disable interaction once + the shell has quit. + 2001-08-27 Ettore Perazzoli * mail-local.c: Match the studlyCapsification of 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