aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-06-02 02:32:53 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-06-02 02:32:53 +0800
commit271fc70bc3375774f84782c4769857b292406de8 (patch)
tree038e7bddb8e1ef029a8fd4f43fd47de4bf82d1e5 /mail/ChangeLog
parent53e160a7713f73f14a9fc0e400c2304f7e91ae5f (diff)
downloadgsoc2013-evolution-271fc70bc3375774f84782c4769857b292406de8.tar
gsoc2013-evolution-271fc70bc3375774f84782c4769857b292406de8.tar.gz
gsoc2013-evolution-271fc70bc3375774f84782c4769857b292406de8.tar.bz2
gsoc2013-evolution-271fc70bc3375774f84782c4769857b292406de8.tar.lz
gsoc2013-evolution-271fc70bc3375774f84782c4769857b292406de8.tar.xz
gsoc2013-evolution-271fc70bc3375774f84782c4769857b292406de8.tar.zst
gsoc2013-evolution-271fc70bc3375774f84782c4769857b292406de8.zip
Call build_extra_conf() here too. This is when we REALLY want to call it
2001-06-01 Jeffrey Stedfast <fejj@ximian.com> * 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
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 79504737fb..833245f15d 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,15 @@
+2001-06-01 Jeffrey Stedfast <fejj@ximian.com>
+
+ * 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.
+
2001-06-01 Dan Winship <danw@ximian.com>
* mail-config.c (config_read): Fix dumb misuse of g_get_charset.