diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-08-11 08:03:54 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-08-11 08:03:54 +0800 |
commit | 30a405f7dc389c35088a4b42f82bf117c21e4ea0 (patch) | |
tree | da195267e1efe20c8e2b35d4423e8db3c0624289 /mail/ChangeLog | |
parent | 78544223ad29c9e74282134663370c3c71360f1b (diff) | |
download | gsoc2013-evolution-30a405f7dc389c35088a4b42f82bf117c21e4ea0.tar gsoc2013-evolution-30a405f7dc389c35088a4b42f82bf117c21e4ea0.tar.gz gsoc2013-evolution-30a405f7dc389c35088a4b42f82bf117c21e4ea0.tar.bz2 gsoc2013-evolution-30a405f7dc389c35088a4b42f82bf117c21e4ea0.tar.lz gsoc2013-evolution-30a405f7dc389c35088a4b42f82bf117c21e4ea0.tar.xz gsoc2013-evolution-30a405f7dc389c35088a4b42f82bf117c21e4ea0.tar.zst gsoc2013-evolution-30a405f7dc389c35088a4b42f82bf117c21e4ea0.zip |
Fix bug #4523 for good. (save_service): If service->authitem is NULL, then
2001-08-10 Jeffrey Stedfast <fejj@ximian.com>
* mail-account-gui.c (build_auth_menu): Fix bug #4523 for good.
(save_service): If service->authitem is NULL, then the user tried
to enable authentication but the provider doesn't actually support
it.
svn path=/trunk/; revision=11905
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 0ee860f98a..d8f8e06a90 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,10 @@ +2001-08-10 Jeffrey Stedfast <fejj@ximian.com> + + * mail-account-gui.c (build_auth_menu): Fix bug #4523 for good. + (save_service): If service->authitem is NULL, then the user tried + to enable authentication but the provider doesn't actually support + it. + 2001-08-10 Jon Trowbridge <trow@ximian.com> * folder-browser.c: Set our ESearchBarItems subitems to NULL. |