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/mail-config.c | |
parent | 447e2e189e014678bd8af495a3fc6ca5d70297ca (diff) | |
download | gsoc2013-evolution-3eed228723a8c745e6ae28df8a80191c24dd483a.tar.gz 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/mail-config.c')
-rw-r--r-- | mail/mail-config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mail-config.c b/mail/mail-config.c index 17a3a25550..aa94a2c8e3 100644 --- a/mail/mail-config.c +++ b/mail/mail-config.c @@ -560,7 +560,7 @@ config_read (void) /* HTTP images */ config->http_mode = bonobo_config_get_long_with_default (config->db, - "/Mail/Display/http_images", MAIL_CONFIG_HTTP_SOMETIMES, NULL); + "/Mail/Display/http_images", MAIL_CONFIG_HTTP_NEVER, NULL); /* Forwarding */ config->default_forward_style = bonobo_config_get_long_with_default ( |