aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Vrátil <dvratil@redhat.com>2012-04-17 23:04:10 +0800
committerDan Vrátil <dvratil@redhat.com>2012-04-17 23:04:58 +0800
commitdf636d342076af25554077ba13ea2eabb9ff0a7e (patch)
tree187a0276d09cea43e73acd6db3385432843b7be0
parent9e541010cb509af8b6feee624d782a158308ed01 (diff)
downloadgsoc2013-evolution-df636d342076af25554077ba13ea2eabb9ff0a7e.tar
gsoc2013-evolution-df636d342076af25554077ba13ea2eabb9ff0a7e.tar.gz
gsoc2013-evolution-df636d342076af25554077ba13ea2eabb9ff0a7e.tar.bz2
gsoc2013-evolution-df636d342076af25554077ba13ea2eabb9ff0a7e.tar.lz
gsoc2013-evolution-df636d342076af25554077ba13ea2eabb9ff0a7e.tar.xz
gsoc2013-evolution-df636d342076af25554077ba13ea2eabb9ff0a7e.tar.zst
gsoc2013-evolution-df636d342076af25554077ba13ea2eabb9ff0a7e.zip
Fix text color of message source view
-rw-r--r--mail/em-format-html.c2
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);