diff options
author | Dan Winship <danw@src.gnome.org> | 2001-04-30 21:55:29 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-04-30 21:55:29 +0800 |
commit | 246388d822fec83b0ce78e460b9d2f5793f6d2f1 (patch) | |
tree | 504665f942e55036ede566c7aa011a82f3b2ac22 /mail/ChangeLog | |
parent | c4ff4d8239386bd6d88ace67e4ab7bf88ff49586 (diff) | |
download | gsoc2013-evolution-246388d822fec83b0ce78e460b9d2f5793f6d2f1.tar gsoc2013-evolution-246388d822fec83b0ce78e460b9d2f5793f6d2f1.tar.gz gsoc2013-evolution-246388d822fec83b0ce78e460b9d2f5793f6d2f1.tar.bz2 gsoc2013-evolution-246388d822fec83b0ce78e460b9d2f5793f6d2f1.tar.lz gsoc2013-evolution-246388d822fec83b0ce78e460b9d2f5793f6d2f1.tar.xz gsoc2013-evolution-246388d822fec83b0ce78e460b9d2f5793f6d2f1.tar.zst gsoc2013-evolution-246388d822fec83b0ce78e460b9d2f5793f6d2f1.zip |
Unhook event handlers before syncing the folder, since the folder browser
* folder-browser.c (folder_browser_destroy): Unhook event handlers
before syncing the folder, since the folder browser will have been
destroyed by the time the sync thread completes and calls the
signal handlers.
svn path=/trunk/; revision=9630
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 593afac972..73f6b34ca7 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,10 @@ +2001-04-30 Dan Winship <danw@ximian.com> + + * folder-browser.c (folder_browser_destroy): Unhook event handlers + before syncing the folder, since the folder browser will have been + destroyed by the time the sync thread completes and calls the + signal handlers. + 2001-04-29 Dan Winship <danw@ximian.com> * mail-format.c (handle_text_plain_flowed): Mojo this a bit so |