From db2dbe5ecbe4791dc01acec818f79e8d869db3e5 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Wed, 3 Aug 2011 21:13:49 -0500 Subject: EMAccountEditor: Utilize CamelSettings. Simplifies the code overall, since now we can bind widget properties to settings properties and omit a bunch of callback functions. Plus now we can initialize the settings widgets with proper defaults according to the property specifications of CamelSettings classes. --- mail/em-account-editor.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mail/em-account-editor.h') diff --git a/mail/em-account-editor.h b/mail/em-account-editor.h index a34fd8af2d..3416b5d161 100644 --- a/mail/em-account-editor.h +++ b/mail/em-account-editor.h @@ -59,13 +59,13 @@ struct _server_data { const gchar *recv; const gchar *send; const gchar *proto; - const gchar *ssl; + CamelNetworkSecurityMethod security_method; const gchar *send_user; const gchar *recv_user; const gchar *send_port; const gchar *recv_port; - const gchar *send_sock; - const gchar *recv_sock; + CamelNetworkSecurityMethod send_security_method; + CamelNetworkSecurityMethod recv_security_method; const gchar *send_auth; const gchar *recv_auth; }; -- cgit v1.2.3