aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2002-07-11 06:49:14 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-07-11 06:49:14 +0800
commit740bddaf619c705fe421c295a5451ad7a2422cc8 (patch)
tree1c2d491ece2ff0e2b84eae1099e2b58357d0c2d9 /mail/ChangeLog
parent4a0a53ce2da2d4d8c5d9949102670f1642e614d2 (diff)
downloadgsoc2013-evolution-740bddaf619c705fe421c295a5451ad7a2422cc8.tar
gsoc2013-evolution-740bddaf619c705fe421c295a5451ad7a2422cc8.tar.gz
gsoc2013-evolution-740bddaf619c705fe421c295a5451ad7a2422cc8.tar.bz2
gsoc2013-evolution-740bddaf619c705fe421c295a5451ad7a2422cc8.tar.lz
gsoc2013-evolution-740bddaf619c705fe421c295a5451ad7a2422cc8.tar.xz
gsoc2013-evolution-740bddaf619c705fe421c295a5451ad7a2422cc8.tar.zst
gsoc2013-evolution-740bddaf619c705fe421c295a5451ad7a2422cc8.zip
If we unref'd a current_message, clear the datalist. Don't bother
2002-07-10 Jeffrey Stedfast <fejj@ximian.com> * mail-display.c (mail_display_set_message): If we unref'd a current_message, clear the datalist. Don't bother connecting to the message's finalise signal because something else may own a ref to the original message when we replace it with a new one. (mail_display_destroy): Only clear the datalist if we have a current_message, otherwise it's safe to assume that it is already cleared. svn path=/trunk/; revision=17413
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index ff9f00b287..c2717da744 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,13 @@
+2002-07-10 Jeffrey Stedfast <fejj@ximian.com>
+
+ * mail-display.c (mail_display_set_message): If we unref'd a
+ current_message, clear the datalist. Don't bother connecting to
+ the message's finalise signal because something else may own a ref
+ to the original message when we replace it with a new one.
+ (mail_display_destroy): Only clear the datalist if we have a
+ current_message, otherwise it's safe to assume that it is already
+ cleared.
+
2002-07-08 Peter Williams <peterw@ximian.com>
* Makefile.am (INCLUDES): Add -I flags to get the ebook headers.