From d53b9af629fcf4b77417edb0e4207fb1e2f28e0f Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Sun, 7 Jan 2001 23:12:11 +0000 Subject: Updated to reflect changes to the mail-config API. (create_msg_composer): 2001-01-07 Jeffrey Stedfast * mail-callbacks.c (check_send_configuration): Updated to reflect changes to the mail-config API. (create_msg_composer): Same. (forward_get_composer): Same. (send_queued_mail): Same. (composer_send_cb): Same. * mail-account-editor.c: Updated to build cleanly. * mail-config-druid.c: Same. * mail-accounts.c: Same. * folder-browser-factory.c (control_activate): Updated for API changes in mail-config. * folder-browser.c (done_message_selected): Updated for API changed in mail-config. (folder_browser_gui_init): Same. (got_folder): Same. * component-factory.c (owner_set_cb): After using the sources list, free it as it is no longer a const GSList as with the older mail-config code. * mail-config.c: Totally rewritten. svn path=/trunk/; revision=7294 --- mail/mail-config-druid.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'mail/mail-config-druid.h') diff --git a/mail/mail-config-druid.h b/mail/mail-config-druid.h index 8301d45c4b..29a17736b9 100644 --- a/mail/mail-config-druid.h +++ b/mail/mail-config-druid.h @@ -50,7 +50,7 @@ struct _MailConfigDruid { /* account management */ GtkWidget *account_text; GtkEntry *account_name; - GtkCheckBox *default_account; + GtkCheckButton *default_account; /* identity */ GtkWidget *identity_text; @@ -66,19 +66,19 @@ struct _MailConfigDruid { GtkEntry *incoming_hostname; GtkEntry *incoming_username; GtkEntry *incoming_path; - GtkCheckBox *incoming_keep_mail; + GtkCheckButton *incoming_keep_mail; /* authentication */ GtkWidget *auth_text; GtkOptionMenu *auth_type; GtkEntry *password; - GtkCheckBox *save_password; + GtkCheckButton *save_password; /* outgoing mail */ GtkWidget *outgoing_text; GtkOptionMenu *outgoing_type; GtkEntry *outgoing_hostname; - GtkCheckBox *outgoing_requires_auth; + GtkCheckButton *outgoing_requires_auth; const CamelProvider *source_provider; const CamelProvider *transport_provider; -- cgit v1.2.3