From 77c5ed36148a3a83099ecc17bf48ad8d5068773a Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Mon, 3 May 2004 18:59:05 +0000 Subject: Fix for bug #57968 2004-05-03 Jeffrey Stedfast Fix for bug #57968 * message-list.c (message_list_set_folder): Save the tree/hide state of the current folder before clearing the message-list. (message_list_set_folder): Note that a new folder has just been set (now needed by the regen code to tell whether or not it should save the tree state before clearing the tree). (message_list_destroy): Save the tree/hide state before destroying the message-info's, not after. (regen_list_regened): If the regen is being performed in response to a message_list_set_folder, don't save the tree state before clearing the tree or we'll clobber the real state with bogus data. svn path=/trunk/; revision=25767 --- mail/ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'mail/ChangeLog') diff --git a/mail/ChangeLog b/mail/ChangeLog index 944c504bff..16f32343b7 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,18 @@ +2004-05-03 Jeffrey Stedfast + + Fix for bug #57968 + + * message-list.c (message_list_set_folder): Save the tree/hide + state of the current folder before clearing the message-list. + (message_list_set_folder): Note that a new folder has just been + set (now needed by the regen code to tell whether or not it should + save the tree state before clearing the tree). + (message_list_destroy): Save the tree/hide state before destroying + the message-info's, not after. + (regen_list_regened): If the regen is being performed in response + to a message_list_set_folder, don't save the tree state before + clearing the tree or we'll clobber the real state with bogus data. + 2004-05-03 William Jon McCann * mail-account-gui.c: Add gtkdialog header to fix build. -- cgit v1.2.3