From 271fc70bc3375774f84782c4769857b292406de8 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Fri, 1 Jun 2001 18:32:53 +0000 Subject: Call build_extra_conf() here too. This is when we REALLY want to call it 2001-06-01 Jeffrey Stedfast * mail-account-gui.c (source_type_changed): Call build_extra_conf() here too. This is when we REALLY want to call it anyway, not on switch-page because then we'd lose any data on the Receive Options page if we never switch to that page before applying the changes. * mail-account-editor.c (construct): Don't connect to the switch-page event, instead just call build_extra_conf() here with the source->url. svn path=/trunk/; revision=10082 --- mail/mail-account-gui.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mail/mail-account-gui.c') diff --git a/mail/mail-account-gui.c b/mail/mail-account-gui.c index 6e4cd27336..36e4ed68e9 100644 --- a/mail/mail-account-gui.c +++ b/mail/mail-account-gui.c @@ -271,6 +271,8 @@ source_type_changed (GtkWidget *widget, gpointer user_data) if (dwidget) gtk_widget_grab_focus (dwidget); + + mail_account_gui_build_extra_conf (gui, gui->account->source->url); } -- cgit