diff options
Diffstat (limited to 'mail/em-format-html-print.c')
-rw-r--r-- | mail/em-format-html-print.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/em-format-html-print.c b/mail/em-format-html-print.c index 9d4b1cdf27..69fc9f19a2 100644 --- a/mail/em-format-html-print.c +++ b/mail/em-format-html-print.c @@ -54,6 +54,7 @@ efhp_init(GObject *o) efhp->window = gtk_window_new(GTK_WINDOW_TOPLEVEL); gtk_container_add((GtkContainer *)efhp->window, html); gtk_widget_realize(html); + efhp->formathtml.show_rupert = FALSE; } static void |