diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2003-01-17 10:27:49 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-01-17 10:27:49 +0800 |
commit | 45473b5ef28f7819d07f367cf22995fcd94c6ffc (patch) | |
tree | 7edae3173f240de676e5ef005acc7288c4b90290 /mail/ChangeLog | |
parent | ceb821417779737ccf0107eb5b1f49bb61811c5c (diff) | |
download | gsoc2013-evolution-45473b5ef28f7819d07f367cf22995fcd94c6ffc.tar gsoc2013-evolution-45473b5ef28f7819d07f367cf22995fcd94c6ffc.tar.gz gsoc2013-evolution-45473b5ef28f7819d07f367cf22995fcd94c6ffc.tar.bz2 gsoc2013-evolution-45473b5ef28f7819d07f367cf22995fcd94c6ffc.tar.lz gsoc2013-evolution-45473b5ef28f7819d07f367cf22995fcd94c6ffc.tar.xz gsoc2013-evolution-45473b5ef28f7819d07f367cf22995fcd94c6ffc.tar.zst gsoc2013-evolution-45473b5ef28f7819d07f367cf22995fcd94c6ffc.zip |
Connect to the toggled event on the transport_needs_auth toggle button so
2003-01-16 Jeffrey Stedfast <fejj@ximian.com>
* mail-config-druid.c (get_fn): Connect to the toggled event on
the transport_needs_auth toggle button so if the user turns this
off after having deleted the username field, the Next button
becomes re-enabled. Fixes bug #36862.
svn path=/trunk/; revision=19500
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 03773cdf9c..10bb0b8b5d 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,12 @@ 2003-01-16 Jeffrey Stedfast <fejj@ximian.com> + * mail-config-druid.c (get_fn): Connect to the toggled event on + the transport_needs_auth toggle button so if the user turns this + off after having deleted the username field, the Next button + becomes re-enabled. Fixes bug #36862. + +2003-01-16 Jeffrey Stedfast <fejj@ximian.com> + * mail-composer-prefs.c (sig_fill_clist): Same as below. * mail-account-gui.c (sig_fill_options): @@ -38,6 +45,7 @@ * mail-local.c (save_metainfo): Back to using e_xml_save_file(). +>>>>>>> 1.2540 2003-01-14 Ettore Perazzoli <ettore@ximian.com> * message-tag-editor.c (message_tag_editor_init): Make dialog |