aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-account-gui.c
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2004-05-04 02:59:05 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2004-05-04 02:59:05 +0800
commit77c5ed36148a3a83099ecc17bf48ad8d5068773a (patch)
treea1fe17dd8df81c4ef0e01ecba475e8f28a76a720 /mail/mail-account-gui.c
parent697c34cf89935ae92ab52a61f2db9730092144f2 (diff)
downloadgsoc2013-evolution-77c5ed36148a3a83099ecc17bf48ad8d5068773a.tar
gsoc2013-evolution-77c5ed36148a3a83099ecc17bf48ad8d5068773a.tar.gz
gsoc2013-evolution-77c5ed36148a3a83099ecc17bf48ad8d5068773a.tar.bz2
gsoc2013-evolution-77c5ed36148a3a83099ecc17bf48ad8d5068773a.tar.lz
gsoc2013-evolution-77c5ed36148a3a83099ecc17bf48ad8d5068773a.tar.xz
gsoc2013-evolution-77c5ed36148a3a83099ecc17bf48ad8d5068773a.tar.zst
gsoc2013-evolution-77c5ed36148a3a83099ecc17bf48ad8d5068773a.zip
Fix for bug #57968
2004-05-03 Jeffrey Stedfast <fejj@ximian.com> 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
Diffstat (limited to 'mail/mail-account-gui.c')
-rw-r--r--mail/mail-account-gui.c2
1 files changed, 1 insertions, 1 deletions
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;