diff options
author | Dan Vrátil <dvratil@redhat.com> | 2012-04-17 23:04:10 +0800 |
---|---|---|
committer | Dan Vrátil <dvratil@redhat.com> | 2012-04-17 23:04:58 +0800 |
commit | df636d342076af25554077ba13ea2eabb9ff0a7e (patch) | |
tree | 187a0276d09cea43e73acd6db3385432843b7be0 /mail | |
parent | 9e541010cb509af8b6feee624d782a158308ed01 (diff) | |
download | gsoc2013-evolution-df636d342076af25554077ba13ea2eabb9ff0a7e.tar.gz gsoc2013-evolution-df636d342076af25554077ba13ea2eabb9ff0a7e.tar.zst gsoc2013-evolution-df636d342076af25554077ba13ea2eabb9ff0a7e.zip |
Fix text color of message source view
Diffstat (limited to 'mail')
-rw-r--r-- | mail/em-format-html.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/em-format-html.c b/mail/em-format-html.c index 03db82f850..43cd5019ed 100644 --- a/mail/em-format-html.c +++ b/mail/em-format-html.c @@ -1007,7 +1007,7 @@ efh_write_source (EMFormat *emf, EM_FORMAT_HTML_COLOR_BODY]), e_color_to_value ( &efh->priv->colors[ - EM_FORMAT_HTML_COLOR_HEADER])); + EM_FORMAT_HTML_COLOR_TEXT])); camel_stream_write_string ( stream, buffer->str, cancellable, NULL); |