diff options
author | Dan Winship <danw@src.gnome.org> | 2000-12-07 07:03:49 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-12-07 07:03:49 +0800 |
commit | 6dc395e2641eb93323879e9dac7980d27a8ba878 (patch) | |
tree | d626624d21ba437736704f8e5fa6ed532979a01a /mail/ChangeLog | |
parent | b5391901dc37d1b01006b389fdd0325a5b2446fa (diff) | |
download | gsoc2013-evolution-6dc395e2641eb93323879e9dac7980d27a8ba878.tar gsoc2013-evolution-6dc395e2641eb93323879e9dac7980d27a8ba878.tar.gz gsoc2013-evolution-6dc395e2641eb93323879e9dac7980d27a8ba878.tar.bz2 gsoc2013-evolution-6dc395e2641eb93323879e9dac7980d27a8ba878.tar.lz gsoc2013-evolution-6dc395e2641eb93323879e9dac7980d27a8ba878.tar.xz gsoc2013-evolution-6dc395e2641eb93323879e9dac7980d27a8ba878.tar.zst gsoc2013-evolution-6dc395e2641eb93323879e9dac7980d27a8ba878.zip |
Fix up shutdown so that things that should be destroyed get
destroyed. Among other things, this fixes the bug where IMAP
stores weren't disconnected at shutdown.
* mail-threads.c (update_active_views): Update for
folder_browser_factory_get_control_list change to EList.
* folder-browser-factory.c: Turn control_list into an EList so
that we can safely remove items from it while it's being iterated
(which will happen as FolderBrowsers are destroyed at shutdown
while the thread code is trying to update the status bars).
(control_destroy_cb): Just destroy the folder_browser.
(browser_destroy_cb): New callback for FolderBrowser destroy.
Remove the control from control_list here instead of
control_destroy_cb, because the controls don't seem to get
destroyed reliably...
* component-factory.c: Clean up stuff.
(factory_destroy): Get rid of this.
(owner_unset_cb): Schedule an idle handler to quit.
(idle_quit): Wait for all of the FolderBrowsers to be destroyed
and then destroy the storages and quit.
svn path=/trunk/; revision=6830
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 8b20759f18..929a71f83b 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,30 @@ +2000-12-06 Dan Winship <danw@helixcode.com> + + Fix up shutdown so that things that should be destroyed get + destroyed. Among other things, this fixes the bug where IMAP + stores weren't disconnected at shutdown. + + * mail-threads.c (update_active_views): Update for + folder_browser_factory_get_control_list change to EList. + + * folder-browser-factory.c: Turn control_list into an EList so + that we can safely remove items from it while it's being iterated + (which will happen as FolderBrowsers are destroyed at shutdown + while the thread code is trying to update the status bars). + (control_destroy_cb): Just destroy the folder_browser. + (browser_destroy_cb): New callback for FolderBrowser destroy. + Remove the control from control_list here instead of + control_destroy_cb, because the controls don't seem to get + destroyed reliably... + + * component-factory.c: Clean up stuff. + (factory_destroy): Get rid of this. + (owner_unset_cb): Schedule an idle handler to quit. + (idle_quit): Wait for all of the FolderBrowsers to be destroyed + and then destroy the storages and quit. + + * mail-summary.h (create_summary_view): Fix prototype + 2000-12-06 Jeffrey Stedfast <fejj@helixcode.com> * mail-config.c (mail_config_folder_to_cachename): Use |