diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-03-07 13:07:32 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-03-07 13:07:32 +0800 |
commit | 53af5692dfd501eb6ba728abb934931f6d5c8ab8 (patch) | |
tree | 2c888320ed026744abc9c7b5c93a5c6e19b238e3 /mail/ChangeLog | |
parent | ad3025ac3de6a07727e6b0fe6e307133377bbc77 (diff) | |
download | gsoc2013-evolution-53af5692dfd501eb6ba728abb934931f6d5c8ab8.tar gsoc2013-evolution-53af5692dfd501eb6ba728abb934931f6d5c8ab8.tar.gz gsoc2013-evolution-53af5692dfd501eb6ba728abb934931f6d5c8ab8.tar.bz2 gsoc2013-evolution-53af5692dfd501eb6ba728abb934931f6d5c8ab8.tar.lz gsoc2013-evolution-53af5692dfd501eb6ba728abb934931f6d5c8ab8.tar.xz gsoc2013-evolution-53af5692dfd501eb6ba728abb934931f6d5c8ab8.tar.zst gsoc2013-evolution-53af5692dfd501eb6ba728abb934931f6d5c8ab8.zip |
Move the signal emittion to after the set_menu call so that it actually
2001-03-07 Jeffrey Stedfast <fejj@ximian.com>
* mail-account-editor.c (source_auth_init): Move the signal
emittion to after the set_menu call so that it actually works.
(transport_type_changed): Updated to manipulate the user/passwd
fields for the transport.
(construct): Updated to init the user/passwd fields for the
transport.
(transport_auth_init): Renamed. Also fill in the user/passwd
fields if available.
svn path=/trunk/; revision=8577
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index b6a5886277..757cf4fa44 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,14 @@ +2001-03-07 Jeffrey Stedfast <fejj@ximian.com> + + * mail-account-editor.c (source_auth_init): Move the signal + emittion to after the set_menu call so that it actually works. + (transport_type_changed): Updated to manipulate the user/passwd + fields for the transport. + (construct): Updated to init the user/passwd fields for the + transport. + (transport_auth_init): Renamed. Also fill in the user/passwd + fields if available. + 2001-03-06 Jeffrey Stedfast <fejj@ximian.com> * mail-accounts.c (construct): Disable the NNTP code if NNTP is |