aboutsummaryrefslogtreecommitdiffstats
path: root/mail/message-list.c
diff options
context:
space:
mode:
author3 <NotZed@Ximian.com>2001-10-24 06:10:14 +0800
committerMichael Zucci <zucchi@src.gnome.org>2001-10-24 06:10:14 +0800
commit36894c7adc651818c95bf32ce82d13b3d15e2295 (patch)
tree2b03c7a0e86b0ba16a6760dbccdb237a508e6441 /mail/message-list.c
parente6034e7e2da15c24f95afb6a585c0be19b59c4af (diff)
downloadgsoc2013-evolution-36894c7adc651818c95bf32ce82d13b3d15e2295.tar
gsoc2013-evolution-36894c7adc651818c95bf32ce82d13b3d15e2295.tar.gz
gsoc2013-evolution-36894c7adc651818c95bf32ce82d13b3d15e2295.tar.bz2
gsoc2013-evolution-36894c7adc651818c95bf32ce82d13b3d15e2295.tar.lz
gsoc2013-evolution-36894c7adc651818c95bf32ce82d13b3d15e2295.tar.xz
gsoc2013-evolution-36894c7adc651818c95bf32ce82d13b3d15e2295.tar.zst
gsoc2013-evolution-36894c7adc651818c95bf32ce82d13b3d15e2295.zip
Dont do anything if we're destroyed #13021.
2001-10-23 <NotZed@Ximian.com> * message-list.c (regen_list_regened): Dont do anything if we're destroyed #13021. svn path=/trunk/; revision=13963
Diffstat (limited to 'mail/message-list.c')
-rw-r--r--mail/message-list.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/message-list.c b/mail/message-list.c
index 679c584a24..9a7ab43bbd 100644
--- a/mail/message-list.c
+++ b/mail/message-list.c
@@ -2450,6 +2450,9 @@ static void
regen_list_regened (struct _mail_msg *mm)
{
struct _regen_list_msg *m = (struct _regen_list_msg *)mm;
+
+ if (GTK_OBJECT_DESTROYED(m->ml))
+ return;
if (m->summary == NULL)
return;