diff options
author | Johan Euphrosine <proppy@aminche.com> | 2008-04-28 21:16:48 +0800 |
---|---|---|
committer | Milan Crha <mcrha@src.gnome.org> | 2008-04-28 21:16:48 +0800 |
commit | 2e6ea617fa702f5056cc15255a9b4fb52ca0458f (patch) | |
tree | e1531a1de3ecc650ee64165534a99951cdf83249 /mail/em-format-html.h | |
parent | 582233e1de6f3df345f7db437fdbce035e142b13 (diff) | |
download | gsoc2013-evolution-2e6ea617fa702f5056cc15255a9b4fb52ca0458f.tar.gz gsoc2013-evolution-2e6ea617fa702f5056cc15255a9b4fb52ca0458f.tar.zst gsoc2013-evolution-2e6ea617fa702f5056cc15255a9b4fb52ca0458f.zip |
** Fix for bug #529247
2008-04-28 Johan Euphrosine <proppy@aminche.com>
** Fix for bug #529247
* em-format-html.h (struct _EMFormatHTML): Add header_colour.
* em-format-html-display.c (efhd_gtkhtml_realise): Use bg style
properties for body_colour, fg for header_colour, darken for
frame_colour, bg for content_colour.
* em-format-html.c (efh_init), (efh_format_exec), (efh_init),
(efh_text_plain), (efh_text_enriched), (efh_text_html),
(efh_message_deliverystatus): Use header_colour for text color of
the message header, body_colour for background color of the
message header, text_colour for text color of the message content,
base_colour for background color of the message content.
svn path=/trunk/; revision=35429
Diffstat (limited to 'mail/em-format-html.h')
-rw-r--r-- | mail/em-format-html.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/em-format-html.h b/mail/em-format-html.h index d0a6655dc3..7c419f3ba7 100644 --- a/mail/em-format-html.h +++ b/mail/em-format-html.h @@ -153,6 +153,7 @@ struct _EMFormatHTMLPObject { * @headers: * @text_html_flags: * @body_colour: + * @header_colour: * @text_colour: * @frame_colour: * @content_colour: @@ -183,6 +184,7 @@ struct _EMFormatHTML { guint32 text_html_flags; /* default flags for text to html conversion */ guint32 body_colour; /* header box colour */ + guint32 header_colour; guint32 text_colour; guint32 frame_colour; guint32 content_colour; |