From 0997d33f97202d25be663dedff412825101ca1f8 Mon Sep 17 00:00:00 2001 From: Not Zed Date: Tue, 13 Apr 2004 11:00:37 +0000 Subject: reset load_http_now once we've done, should fix #56338 finally. 2004-04-13 Not Zed * em-format-html.c (efh_format_done): reset load_http_now once we've done, should fix #56338 finally. svn path=/trunk/; revision=25430 --- mail/ChangeLog | 2 ++ mail/em-format-html.c | 1 + 2 files changed, 3 insertions(+) diff --git a/mail/ChangeLog b/mail/ChangeLog index 70cceb0f1b..b2e33244d5 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,6 +1,8 @@ 2004-04-13 Not Zed * em-format-html.c (efh_format_headers): use %% for %%. + (efh_format_done): reset load_http_now once we've done, should + fix #56338 finally. * em-folder-view.c (emfv_init, emfv_finalise, emfv_activate): revert dans' creatable items handler patch, moved to diff --git a/mail/em-format-html.c b/mail/em-format-html.c index c408af304f..2f6c25560f 100644 --- a/mail/em-format-html.c +++ b/mail/em-format-html.c @@ -1232,6 +1232,7 @@ static void efh_format_done(struct _mail_msg *mm) d(printf("formatting finished\n")); + m->format->load_http_now = FALSE; m->format->priv->format_id = -1; g_signal_emit_by_name(m->format, "complete"); } -- cgit v1.2.3