aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-config-druid.h
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/mail-config-druid.h
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/mail-config-druid.h')
-rw-r--r--mail/mail-config-druid.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/mail-config-druid.h b/mail/mail-config-druid.h
index e738839bc7..05b07391fd 100644
--- a/mail/mail-config-druid.h
+++ b/mail/mail-config-druid.h
@@ -72,6 +72,7 @@ struct _MailConfigDruid {
GtkCheckButton *incoming_keep_mail;
/* authentication */
+ gboolean have_auth_page;
GtkWidget *auth_text;
GtkOptionMenu *auth_type;
GtkEntry *password;