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/mail-account-gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/mail-account-gui.c') diff --git a/mail/mail-account-gui.c b/mail/mail-account-gui.c index adc2e4d844..85af00c601 100644 --- a/mail/mail-account-gui.c +++ b/mail/mail-account-gui.c @@ -338,7 +338,7 @@ service_complete (MailAccountGuiService *service, GHashTable *extra_config, GtkW return TRUE; } -gboolean +static gboolean mail_account_gui_check_for_license (CamelProvider *prov) { GConfClient *gconf; -- cgit v1.2.3