diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-10-05 05:29:55 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-10-05 05:29:55 +0800 |
commit | 3eed228723a8c745e6ae28df8a80191c24dd483a (patch) | |
tree | ca5b0d15aec57c3f7c30418b3aea24275b10e7fa /mail/ChangeLog | |
parent | 447e2e189e014678bd8af495a3fc6ca5d70297ca (diff) | |
download | gsoc2013-evolution-3eed228723a8c745e6ae28df8a80191c24dd483a.tar gsoc2013-evolution-3eed228723a8c745e6ae28df8a80191c24dd483a.tar.gz gsoc2013-evolution-3eed228723a8c745e6ae28df8a80191c24dd483a.tar.bz2 gsoc2013-evolution-3eed228723a8c745e6ae28df8a80191c24dd483a.tar.lz gsoc2013-evolution-3eed228723a8c745e6ae28df8a80191c24dd483a.tar.xz gsoc2013-evolution-3eed228723a8c745e6ae28df8a80191c24dd483a.tar.zst gsoc2013-evolution-3eed228723a8c745e6ae28df8a80191c24dd483a.zip |
Ignore the signal if the radio button is not "on". This fixes bug #10532
2001-10-04 Jeffrey Stedfast <fejj@ximian.com>
* mail-accounts.c (images_radio_toggled): Ignore the signal if the
radio button is not "on". This fixes bug #10532 because the on/off
signals don't always come in the off->on order.
* mail-ops.c (mail_send_message): Reduced some redundancy.
svn path=/trunk/; revision=13424
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index d907c82976..3b2ac73b54 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,11 @@ +2001-10-04 Jeffrey Stedfast <fejj@ximian.com> + + * mail-accounts.c (images_radio_toggled): Ignore the signal if the + radio button is not "on". This fixes bug #10532 because the on/off + signals don't always come in the off->on order. + + * mail-ops.c (mail_send_message): Reduced some redundancy. + 2001-10-04 Dan Winship <danw@ximian.com> * mail-format.c (write_address): Fix so that an email address with @@ -19,7 +27,8 @@ 2001-10-04 Jeffrey Stedfast <fejj@ximian.com> - * mail-account-gui.c (mail_account_gui_save): Added some more NULL checks. + * mail-account-gui.c (mail_account_gui_save): Added some more NULL + checks. 2001-10-04 <NotZed@Ximian.com> |