aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2003-02-12 04:45:27 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2003-02-12 04:45:27 +0800
commitde02508770a38e596ea7ea00fec78d45aaefa551 (patch)
tree6bfa862a53c2bc71dd2af028561eb3162c56ea43 /mail/ChangeLog
parent39bc77da508f61f1c2c89db68eb6a4b12c1fad00 (diff)
downloadgsoc2013-evolution-de02508770a38e596ea7ea00fec78d45aaefa551.tar
gsoc2013-evolution-de02508770a38e596ea7ea00fec78d45aaefa551.tar.gz
gsoc2013-evolution-de02508770a38e596ea7ea00fec78d45aaefa551.tar.bz2
gsoc2013-evolution-de02508770a38e596ea7ea00fec78d45aaefa551.tar.lz
gsoc2013-evolution-de02508770a38e596ea7ea00fec78d45aaefa551.tar.xz
gsoc2013-evolution-de02508770a38e596ea7ea00fec78d45aaefa551.tar.zst
gsoc2013-evolution-de02508770a38e596ea7ea00fec78d45aaefa551.zip
Set mail_display->destroyed = TRUE. This is a workaround for the
2003-02-11 Jeffrey Stedfast <fejj@ximian.com> * mail-display.c (mail_display_destroy): Set mail_display->destroyed = TRUE. This is a workaround for the GTK_OBJECT_DESTROYED() macro that we used to use before. svn path=/trunk/; revision=19883
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index fe013dc0b0..8d44e9c486 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,9 @@
+2003-02-11 Jeffrey Stedfast <fejj@ximian.com>
+
+ * mail-display.c (mail_display_destroy): Set
+ mail_display->destroyed = TRUE. This is a workaround for the
+ GTK_OBJECT_DESTROYED() macro that we used to use before.
+
2003-02-10 Jeffrey Stedfast <fejj@ximian.com>
* message-list.c (build_tree): Use g_signal_emit() rather than