aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2001-04-03 05:00:42 +0800
committerDan Winship <danw@src.gnome.org>2001-04-03 05:00:42 +0800
commit6e087969220063436a3b166bda6efcaceda525eb (patch)
tree8f2f4a4a192c511d8fc53fe2ad6a480cdc6ca240 /mail/ChangeLog
parent014ed35be581511ae4c69cbdc38a3536aae39cf3 (diff)
downloadgsoc2013-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/ChangeLog')
-rw-r--r--mail/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index c914b2dd80..183887dfea 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,16 @@
+2001-04-02 Dan Winship <danw@ximian.com>
+
+ * 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
+
2001-04-01 Gediminas Paulauskas <menesis@delfi.lt>
* component-factory.c: changed vtrash icon to trash. doh