aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-account-gui.h
diff options
context:
space:
mode:
authorPeter Williams <peterw@ximian.com>2001-07-24 23:33:17 +0800
committerPeter Williams <peterw@src.gnome.org>2001-07-24 23:33:17 +0800
commit7604a13073c8f82ffd127764030af0f8ad228d1b (patch)
treecb6b6e94a410b273ad9a29bd280e30aaf80afdc3 /mail/mail-account-gui.h
parent7ce67731426018f637cd221527bbc260de314eee (diff)
downloadgsoc2013-evolution-7604a13073c8f82ffd127764030af0f8ad228d1b.tar
gsoc2013-evolution-7604a13073c8f82ffd127764030af0f8ad228d1b.tar.gz
gsoc2013-evolution-7604a13073c8f82ffd127764030af0f8ad228d1b.tar.bz2
gsoc2013-evolution-7604a13073c8f82ffd127764030af0f8ad228d1b.tar.lz
gsoc2013-evolution-7604a13073c8f82ffd127764030af0f8ad228d1b.tar.xz
gsoc2013-evolution-7604a13073c8f82ffd127764030af0f8ad228d1b.tar.zst
gsoc2013-evolution-7604a13073c8f82ffd127764030af0f8ad228d1b.zip
Add new label widgets with a message that SSL isn't supported.
2001-07-24 Peter Williams <peterw@ximian.com> * mail-config.glade: Add new label widgets with a message that SSL isn't supported. * mail-account-gui.h: Add a new member to the Transport GUI struct for the 'SSL is not supported' message. * mail-account-gui.c (source_type_changed): Change logic to display a message stating that SSL isn't supported if SSL isn't supported. (transport_type_changed): Same. (mail_account_gui_new): Also load the labels for the the no-SSL message. * mail-accounts.c (construct): Fix typo. svn path=/trunk/; revision=11340
Diffstat (limited to 'mail/mail-account-gui.h')
-rw-r--r--mail/mail-account-gui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/mail-account-gui.h b/mail/mail-account-gui.h
index 606d716175..d428ee2546 100644
--- a/mail/mail-account-gui.h
+++ b/mail/mail-account-gui.h
@@ -43,6 +43,7 @@ typedef struct {
GtkEntry *username;
GtkEntry *path;
GtkToggleButton *use_ssl;
+ GtkWidget *no_ssl;
GtkOptionMenu *authtype;
GtkWidget *authitem;
GtkToggleButton *remember;