diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-09-21 08:58:28 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-09-21 08:58:28 +0800 |
commit | 24364797eff3d4416fa93fa860bfdd79349a0b23 (patch) | |
tree | 9ce9c3a99323c5d28ab5be1028025713e431f3be /mail/ChangeLog | |
parent | a68b5681353d9999b208cdbada9b40586eb09c18 (diff) | |
download | gsoc2013-evolution-24364797eff3d4416fa93fa860bfdd79349a0b23.tar.gz gsoc2013-evolution-24364797eff3d4416fa93fa860bfdd79349a0b23.tar.zst gsoc2013-evolution-24364797eff3d4416fa93fa860bfdd79349a0b23.zip |
Do not add the account here as this is taken care of in
2001-09-20 Jeffrey Stedfast <fejj@ximian.com>
* mail-config-druid.c (wizard_finish_cb): Do not add the account
here as this is taken care of in mail_account_gui_save() since it
has to be able to set the default account.
* mail-config.c (mail_config_set_default_account): Don't allow the
index to become invalid.
* mail-account-gui.c (mail_account_gui_save): Add the account
before setting it as the default.
svn path=/trunk/; revision=13037
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 04bc6ce808..9c4e32a437 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,15 @@ +2001-09-20 Jeffrey Stedfast <fejj@ximian.com> + + * mail-config-druid.c (wizard_finish_cb): Do not add the account + here as this is taken care of in mail_account_gui_save() since it + has to be able to set the default account. + + * mail-config.c (mail_config_set_default_account): Don't allow the + index to become invalid. + + * mail-account-gui.c (mail_account_gui_save): Add the account + before setting it as the default. + 2001-09-20 <NotZed@Ximian.com> * folder-browser.c (folder_browser_set_shell_view): Update the |