From ac4f13b93e22cc59dbe36ff3a4825bb5077523c4 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Mon, 20 Aug 2001 04:02:10 +0000 Subject: Allow the activity to be NULL if there isn't a global_shell_client so that 2001-08-19 Jeffrey Stedfast * mail-mt.c (do_op_status): Allow the activity to be NULL if there isn't a global_shell_client so that we don't try and report status updates when the shell is destroyed. * mail-config.c (add_shortcut_entry): Return if there isn't a global_shell_client. * component-factory.c (owner_set_cb): set the global_shell_client here and connect to the destroy signal. * mail-vfolder.c (vfolder_create_storage): Use an extern global_shell_client. svn path=/trunk/; revision=12242 --- mail/ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'mail/ChangeLog') diff --git a/mail/ChangeLog b/mail/ChangeLog index 1727b9b880..d836e25ddc 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,18 @@ +2001-08-19 Jeffrey Stedfast + + * mail-mt.c (do_op_status): Allow the activity to be NULL if there + isn't a global_shell_client so that we don't try and report status + updates when the shell is destroyed. + + * mail-config.c (add_shortcut_entry): Return if there isn't a + global_shell_client. + + * component-factory.c (owner_set_cb): set the global_shell_client + here and connect to the destroy signal. + + * mail-vfolder.c (vfolder_create_storage): Use an extern + global_shell_client. + 2001-08-19 Christopher James Lahey * mail-callbacks.c (delete_msg): Made delete make the cursor go -- cgit v1.2.3