aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-config-druid.c
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2002-06-04 15:47:23 +0800
committerMichael Zucci <zucchi@src.gnome.org>2002-06-04 15:47:23 +0800
commit01ff3aebd2bd3759633744863848b360554b0366 (patch)
tree00b60ac086784617fb65808403d816407f663ec5 /mail/mail-config-druid.c
parent4f5d8637a1c46950f36f61005efdd9b81fbebfea (diff)
downloadgsoc2013-evolution-01ff3aebd2bd3759633744863848b360554b0366.tar
gsoc2013-evolution-01ff3aebd2bd3759633744863848b360554b0366.tar.gz
gsoc2013-evolution-01ff3aebd2bd3759633744863848b360554b0366.tar.bz2
gsoc2013-evolution-01ff3aebd2bd3759633744863848b360554b0366.tar.lz
gsoc2013-evolution-01ff3aebd2bd3759633744863848b360554b0366.tar.xz
gsoc2013-evolution-01ff3aebd2bd3759633744863848b360554b0366.tar.zst
gsoc2013-evolution-01ff3aebd2bd3759633744863848b360554b0366.zip
Duh, we want to set the news_edit/delete buttons for the news page, not
2002-06-04 Not Zed <NotZed@Ximian.com> * mail-accounts.c (mail_accounts_tab_construct): Duh, we want to set the news_edit/delete buttons for the news page, not overwrite the mail ones! That would've saved a bit of angst ... * mail-config-druid.c (extra_prepare): dont call build_extra_conf, otherwise it blows away any settings with defaults. svn path=/trunk/; revision=17098
Diffstat (limited to 'mail/mail-config-druid.c')
-rw-r--r--mail/mail-config-druid.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mail/mail-config-druid.c b/mail/mail-config-druid.c
index 813343ce6b..389be8fba8 100644
--- a/mail/mail-config-druid.c
+++ b/mail/mail-config-druid.c
@@ -334,7 +334,6 @@ extra_prepare (EvolutionWizard *wizard, gpointer data)
gui->page = MAIL_CONFIG_WIZARD_PAGE_EXTRA;
if (gui->gui->source.provider != gui->last_source) {
gui->last_source = gui->gui->source.provider;
- mail_account_gui_build_extra_conf (gui->gui, NULL);
mail_account_gui_auto_detect_extra_conf (gui->gui);
}
}