diff options
author | Dan Winship <danw@src.gnome.org> | 2001-04-03 05:00:42 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-04-03 05:00:42 +0800 |
commit | 6e087969220063436a3b166bda6efcaceda525eb (patch) | |
tree | 8f2f4a4a192c511d8fc53fe2ad6a480cdc6ca240 /mail/mail-account-gui.h | |
parent | 014ed35be581511ae4c69cbdc38a3536aae39cf3 (diff) | |
download | gsoc2013-evolution-6e087969220063436a3b166bda6efcaceda525eb.tar gsoc2013-evolution-6e087969220063436a3b166bda6efcaceda525eb.tar.gz gsoc2013-evolution-6e087969220063436a3b166bda6efcaceda525eb.tar.bz2 gsoc2013-evolution-6e087969220063436a3b166bda6efcaceda525eb.tar.lz gsoc2013-evolution-6e087969220063436a3b166bda6efcaceda525eb.tar.xz gsoc2013-evolution-6e087969220063436a3b166bda6efcaceda525eb.tar.zst gsoc2013-evolution-6e087969220063436a3b166bda6efcaceda525eb.zip |
Add a "provider_type" arg to MailAccountGuiService.
* mail-account-gui.c: Add a "provider_type" arg to
MailAccountGuiService.
(transport_needs_auth_toggled): Call service_changed if enabling
the auth pane so the status of the "Check supported types" button
will be correct.
(service_check_supported): Use gsvc->provider_type, not
CAMEL_PROVIDER_STORE.
(mail_account_gui_new): Pass the transport as the user_data to the
"changed" signal on transport.hostname, not the store.
(mail_account_gui_setup): Set up provider_type fields
svn path=/trunk/; revision=9101
Diffstat (limited to 'mail/mail-account-gui.h')
-rw-r--r-- | mail/mail-account-gui.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/mail-account-gui.h b/mail/mail-account-gui.h index 9950157ece..159743e475 100644 --- a/mail/mail-account-gui.h +++ b/mail/mail-account-gui.h @@ -49,6 +49,7 @@ typedef struct { GtkButton *check_supported; CamelProvider *provider; + CamelProviderType provider_type; } MailAccountGuiService; typedef struct { |