diff options
author | Jeffrey Stedfast <fejj@helixcode.com> | 2001-01-07 13:33:54 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-01-07 13:33:54 +0800 |
commit | b1bfee4db1eed475d5528a5179eea1f6435e5ebe (patch) | |
tree | 790a7ab99a7b6598b145561a9f347ba62e223ba0 /mail/mail-account-editor.h | |
parent | df57651390a172b0192b2dd158d24ec9ff271d83 (diff) | |
download | gsoc2013-evolution-b1bfee4db1eed475d5528a5179eea1f6435e5ebe.tar.gz gsoc2013-evolution-b1bfee4db1eed475d5528a5179eea1f6435e5ebe.tar.zst gsoc2013-evolution-b1bfee4db1eed475d5528a5179eea1f6435e5ebe.zip |
Implemented. (ok_clicked): Implemented. (cancel_clicked): Implemented.
2001-01-07 Jeffrey Stedfast <fejj@helixcode.com>
* mail-account-editor.c (apply_clicked): Implemented.
(ok_clicked): Implemented.
(cancel_clicked): Implemented.
(source_auth_type_changed): Implemented.
(source_auth_init): Implemented.
(transport_construct_authmenu): Implemented.
(transport_type_changed): Updated to change regenerate the auth
option menu.
(construct): Attached callbacks to OK, Apply and Cancel buttons.
* mail-account-editor.c (source_auth_init): Use the new
mail_config_check_service().
* mail-config-druid.c: Remove check_service() as it will be moved
into mail-config.
svn path=/trunk/; revision=7289
Diffstat (limited to 'mail/mail-account-editor.h')
-rw-r--r-- | mail/mail-account-editor.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mail/mail-account-editor.h b/mail/mail-account-editor.h index f439275901..5694e5320d 100644 --- a/mail/mail-account-editor.h +++ b/mail/mail-account-editor.h @@ -66,7 +66,6 @@ struct _MailAccountEditor { GtkOptionMenu *transport_auth; GtkCheckButton *transport_ssl; - GtkSpinButton *auto_mail_check; GtkCheckButton *keep_on_server; const CamelProvider *transport; |