aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2004-03-19 04:02:19 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2004-03-19 04:02:19 +0800
commit35e9d6432d2b01ddcb0953c886fe2e2fd5452c8b (patch)
treecb7de28f4d6e78b2bb53a20bd3eae1f9b7d17107 /mail/ChangeLog
parent3e3ddfa5fc7e10ba2f8c011db9e0c0d974980c92 (diff)
downloadgsoc2013-evolution-35e9d6432d2b01ddcb0953c886fe2e2fd5452c8b.tar
gsoc2013-evolution-35e9d6432d2b01ddcb0953c886fe2e2fd5452c8b.tar.gz
gsoc2013-evolution-35e9d6432d2b01ddcb0953c886fe2e2fd5452c8b.tar.bz2
gsoc2013-evolution-35e9d6432d2b01ddcb0953c886fe2e2fd5452c8b.tar.lz
gsoc2013-evolution-35e9d6432d2b01ddcb0953c886fe2e2fd5452c8b.tar.xz
gsoc2013-evolution-35e9d6432d2b01ddcb0953c886fe2e2fd5452c8b.tar.zst
gsoc2013-evolution-35e9d6432d2b01ddcb0953c886fe2e2fd5452c8b.zip
Don't set the account source/transport types to disabled simply because
2004-03-18 Jeffrey Stedfast <fejj@ximian.com> * mail-account-gui.c (mail_account_gui_setup): Don't set the account source/transport types to disabled simply because the provider is NULL (think of the "None" option). (source_type_changed): Need to update widget sensitivity based on locked'ness here. (transport_type_changed): Same. svn path=/trunk/; revision=25121
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index f27d37f484..47bff4a411 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,12 @@
2004-03-18 Jeffrey Stedfast <fejj@ximian.com>
+ * mail-account-gui.c (mail_account_gui_setup): Don't set the
+ account source/transport types to disabled simply because the
+ provider is NULL (think of the "None" option).
+ (source_type_changed): Need to update widget sensitivity based on
+ locked'ness here.
+ (transport_type_changed): Same.
+
* em-utils.c (em_utils_add_address): rfc2047 decode the address
here before passing it off to the addressbook (which expects it to
be in human-readable form, not encoded). Fixes bug #55591.