diff options
Diffstat (limited to 'mail/em-format-html.c')
-rw-r--r-- | mail/em-format-html.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/em-format-html.c b/mail/em-format-html.c index 95e1572e7c..302d5afc67 100644 --- a/mail/em-format-html.c +++ b/mail/em-format-html.c @@ -344,10 +344,10 @@ efh_format_timeout(struct _format_msg *m) } else { efh->state = EM_FORMAT_HTML_STATE_RENDERING; #if HAVE_CLUTTER - if (p->last_part != m->message && !e_shell_get_express_mode(e_shell_get_default())) { -#else + if (p->last_part != m->message && !e_shell_get_express_mode(e_shell_get_default())) { +#else if (p->last_part != m->message) { -#endif +#endif hstream = gtk_html_begin (GTK_HTML (web_view)); gtk_html_stream_printf (hstream, "<h5>%s</h5>", _("Formatting Message...")); gtk_html_stream_close (hstream, GTK_HTML_STREAM_OK); |