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
This commit is contained in:
@ -1,5 +1,8 @@
|
||||
2001-10-23 <NotZed@Ximian.com>
|
||||
|
||||
* message-list.c (regen_list_regened): Dont do anything if we're
|
||||
destroyed #13021.
|
||||
|
||||
* mail-mt.c (mail_user_message):
|
||||
(mail_get_password): Removed, all functionality moved to
|
||||
mail-session.
|
||||
|
@ -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;
|
||||
|
Reference in New Issue
Block a user