diff options
author | Dan Winship <danw@src.gnome.org> | 2001-03-28 01:03:48 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-03-28 01:03:48 +0800 |
commit | 5bc0caf53b899690a57973a05b4f96cf4c03c5b6 (patch) | |
tree | ba21ab2af5ce5e0e71955b0b781ca7c6aca27d77 /mail/ChangeLog | |
parent | 6c227e51270d796efa77a6670de719f17a6bdfef (diff) | |
download | gsoc2013-evolution-5bc0caf53b899690a57973a05b4f96cf4c03c5b6.tar.gz gsoc2013-evolution-5bc0caf53b899690a57973a05b4f96cf4c03c5b6.tar.zst gsoc2013-evolution-5bc0caf53b899690a57973a05b4f96cf4c03c5b6.zip |
set the initial druid button state after doing the mail_account_gui_setup,
* mail-config-druid.c (construct): set the initial druid button
state after doing the mail_account_gui_setup, since that may
invoke signal handlers that will change it.
svn path=/trunk/; revision=8980
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 90e4fff20d..7304237d0a 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,9 @@ 2001-03-27 Dan Winship <danw@ximian.com> + * mail-config-druid.c (construct): set the initial druid button + state after doing the mail_account_gui_setup, since that may + invoke signal handlers that will change it. + * mail-account-gui.c (mail_account_gui_new): Fill in signature and organization too. (mail_account_gui_save): Preserve the "enabled" flag on the source. |