From cf9d118d48473c0fe51e2d6514914da18748aa4b Mon Sep 17 00:00:00 2001 From: Srinivasa Ragavan Date: Tue, 3 Feb 2009 09:11:41 +0000 Subject: ** Fix for bug #569986 2009-02-03 Srinivasa Ragavan ** Fix for bug #569986 * mail/em-format-html-print.c: Handle printers while doing attachment bar rendering. * mail/em-format-html.c: * mail/em-format.c: * mail/em-format.h: svn path=/trunk/; revision=37218 --- mail/em-format-html-print.c | 1 + 1 file changed, 1 insertion(+) (limited to 'mail/em-format-html-print.c') diff --git a/mail/em-format-html-print.c b/mail/em-format-html-print.c index a903820ca3..985828d2af 100644 --- a/mail/em-format-html-print.c +++ b/mail/em-format-html-print.c @@ -71,6 +71,7 @@ efhp_init (GObject *o) gtk_container_add (GTK_CONTAINER (efhp->window), html); gtk_widget_realize (html); efhp->parent.show_icon = FALSE; + ((EMFormat *)efhp)->print = TRUE; } GType -- cgit v1.2.3