diff options
author | Dan Winship <danw@src.gnome.org> | 2002-08-20 00:57:07 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2002-08-20 00:57:07 +0800 |
commit | ad18d0ebe8bbe4c2b51d0f533429d9f9db1d2f57 (patch) | |
tree | ff5014dbec8c6f7dae32e8832d777b7ab0d8a105 /mail/ChangeLog | |
parent | 3a95383e09676da39d98b98362384c819b5a47a6 (diff) | |
download | gsoc2013-evolution-ad18d0ebe8bbe4c2b51d0f533429d9f9db1d2f57.tar.gz gsoc2013-evolution-ad18d0ebe8bbe4c2b51d0f533429d9f9db1d2f57.tar.zst gsoc2013-evolution-ad18d0ebe8bbe4c2b51d0f533429d9f9db1d2f57.zip |
(mail_account_gui_save): Fix the saving of STORE_AND_TRANSPORT
transports and add a comment so it doesn't get mistakenly unfixed
again.
svn path=/trunk/; revision=17801
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index fcc60057df..b0fe5bc5a1 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -4,6 +4,9 @@ may try to change the transport optionmenu (incorrectly in this case), so don't call gtk_option_menu_set_history on it until after emitting "activate" on the source type menuitem. + (mail_account_gui_save): Fix the saving of STORE_AND_TRANSPORT + transports and add a comment so it doesn't get mistakenly unfixed + again. 2002-08-09 Peter Williams <peterw@ximian.com> |