aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@helixcode.com>2001-01-11 06:46:16 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-01-11 06:46:16 +0800
commit28cb7707dea9617f0c01b323ad31476f01006300 (patch)
tree7950bd80b427403dd99138fce7601f4ace2ae9ed /mail/ChangeLog
parentc8db3edba3c1879e7f627a26ec0c50a0102d9c4d (diff)
downloadgsoc2013-evolution-28cb7707dea9617f0c01b323ad31476f01006300.tar
gsoc2013-evolution-28cb7707dea9617f0c01b323ad31476f01006300.tar.gz
gsoc2013-evolution-28cb7707dea9617f0c01b323ad31476f01006300.tar.bz2
gsoc2013-evolution-28cb7707dea9617f0c01b323ad31476f01006300.tar.lz
gsoc2013-evolution-28cb7707dea9617f0c01b323ad31476f01006300.tar.xz
gsoc2013-evolution-28cb7707dea9617f0c01b323ad31476f01006300.tar.zst
gsoc2013-evolution-28cb7707dea9617f0c01b323ad31476f01006300.zip
New callback to handle when the user hits the "back" button when on the
2001-01-10 Jeffrey Stedfast <fejj@helixcode.com> * mail-config-druid.c (transport_back): New callback to handle when the user hits the "back" button when on the transport page. This is needed to handle the case where we don't want to show the user the auth page (due to there being no auth choices). (incoming_next): If we are going to skip over the auth page, set the 'have_auth_page' variable to FALSE. (construct): Initialize the have_auth_page to TRUE. svn path=/trunk/; revision=7375
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index a58c9241cc..9791381d33 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,15 @@
2001-01-10 Jeffrey Stedfast <fejj@helixcode.com>
+ * mail-config-druid.c (transport_back): New callback to handle
+ when the user hits the "back" button when on the transport
+ page. This is needed to handle the case where we don't want to
+ show the user the auth page (due to there being no auth choices).
+ (incoming_next): If we are going to skip over the auth page, set
+ the 'have_auth_page' variable to FALSE.
+ (construct): Initialize the have_auth_page to TRUE.
+
+2001-01-10 Jeffrey Stedfast <fejj@helixcode.com>
+
* mail-config-druid.c (incoming_type_changed): Grab the focus of
the first widget that is sensitive.
(transport_type_changed): Same.