aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-account-editor.h
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@helixcode.com>2001-01-07 09:02:05 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-01-07 09:02:05 +0800
commit670a2b34ff6e9a3912ea8fcb93cea9f6b83317d8 (patch)
treeb363df4d539cdd25f85a3a5f7b8a42018312b922 /mail/mail-account-editor.h
parente640e3a1bc66a30f6912e52a91803eb5d30cc358 (diff)
downloadgsoc2013-evolution-670a2b34ff6e9a3912ea8fcb93cea9f6b83317d8.tar
gsoc2013-evolution-670a2b34ff6e9a3912ea8fcb93cea9f6b83317d8.tar.gz
gsoc2013-evolution-670a2b34ff6e9a3912ea8fcb93cea9f6b83317d8.tar.bz2
gsoc2013-evolution-670a2b34ff6e9a3912ea8fcb93cea9f6b83317d8.tar.lz
gsoc2013-evolution-670a2b34ff6e9a3912ea8fcb93cea9f6b83317d8.tar.xz
gsoc2013-evolution-670a2b34ff6e9a3912ea8fcb93cea9f6b83317d8.tar.zst
gsoc2013-evolution-670a2b34ff6e9a3912ea8fcb93cea9f6b83317d8.zip
Coded a bunch of the methods.
2001-01-06 Jeffrey Stedfast <fejj@helixcode.com> * mail-account-editor.c: Coded a bunch of the methods. svn path=/trunk/; revision=7287
Diffstat (limited to 'mail/mail-account-editor.h')
-rw-r--r--mail/mail-account-editor.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/mail/mail-account-editor.h b/mail/mail-account-editor.h
index bb84c86eb0..f439275901 100644
--- a/mail/mail-account-editor.h
+++ b/mail/mail-account-editor.h
@@ -57,17 +57,17 @@ struct _MailAccountEditor {
GtkEntry *source_host;
GtkEntry *source_user;
GtkEntry *source_passwd;
- GtkCheckBox *save_passwd;
+ GtkCheckButton *save_passwd;
GtkOptionMenu *source_auth;
- GtkCheckBox *source_ssl;
+ GtkCheckButton *source_ssl;
GtkOptionMenu *transport_type;
GtkEntry *transport_host;
GtkOptionMenu *transport_auth;
- GtkCheckBox *transport_ssl;
+ GtkCheckButton *transport_ssl;
GtkSpinButton *auto_mail_check;
- GtkCheckBox *keep_on_server;
+ GtkCheckButton *keep_on_server;
const CamelProvider *transport;
};
@@ -83,7 +83,7 @@ typedef struct {
GtkType mail_account_editor_get_type (void);
-MailAccountEditor *mail_account_editor_new (void);
+MailAccountEditor *mail_account_editor_new (const MailConfigAccount *account);
#ifdef __cplusplus
}