aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIain Holmes <iain@src.gnome.org>2001-07-20 03:32:03 +0800
committerIain Holmes <iain@src.gnome.org>2001-07-20 03:32:03 +0800
commitdabcbedc2852c516db58a01a12b82575903c07fc (patch)
tree05587d4ed3032ba74ecccd9981f9e7d52a6c946a
parent0f88fc064a51e637f5d2f6d62afad7dcb1753f77 (diff)
downloadgsoc2013-evolution-dabcbedc2852c516db58a01a12b82575903c07fc.tar
gsoc2013-evolution-dabcbedc2852c516db58a01a12b82575903c07fc.tar.gz
gsoc2013-evolution-dabcbedc2852c516db58a01a12b82575903c07fc.tar.bz2
gsoc2013-evolution-dabcbedc2852c516db58a01a12b82575903c07fc.tar.lz
gsoc2013-evolution-dabcbedc2852c516db58a01a12b82575903c07fc.tar.xz
gsoc2013-evolution-dabcbedc2852c516db58a01a12b82575903c07fc.tar.zst
gsoc2013-evolution-dabcbedc2852c516db58a01a12b82575903c07fc.zip
Set the text colour to BLACK
svn path=/trunk/; revision=11230
-rw-r--r--my-evolution/ChangeLog6
-rw-r--r--my-evolution/my-evolution-html.h2
2 files changed, 7 insertions, 1 deletions
diff --git a/my-evolution/ChangeLog b/my-evolution/ChangeLog
index 8d5cab4a1c..3c75f051ef 100644
--- a/my-evolution/ChangeLog
+++ b/my-evolution/ChangeLog
@@ -1,3 +1,9 @@
+2001-07-19 Iain Holmes <iain@ximian.com>
+
+ * my-evolution-html.h: Set the text colour to black. Frank was claiming
+ it picked the default colour from the GTK+ theme, and if it was white
+ bad things happened.
+
2001-07-18 Iain Holmes <iain@ximian.com>
* e-summary-weather.c (weather_make_html): Remove the (more) link.
diff --git a/my-evolution/my-evolution-html.h b/my-evolution/my-evolution-html.h
index 9be8ec0c1b..5817f015a4 100644
--- a/my-evolution/my-evolution-html.h
+++ b/my-evolution/my-evolution-html.h
@@ -9,7 +9,7 @@
#ifdef NOT_ETTORE
#define HTML_1 "<html><head></head><body background=\"bcg.png\" "\
-"bgcolor=\"white\" link=\"#314e6c\" alink=\"black\" vlink=\"#314e6c\">"\
+"bgcolor=\"white\" text=\"#000000\" link=\"#314e6c\" alink=\"black\" vlink=\"#314e6c\">"\
"<img src=\"myevo.png\" alt=\"My Evolution\" width=\"200\" height=\"31\" border=\"0\"><br>"\
"<img src=\"empty.gif\" alt=\"\" width=\"10\" height=\"20\">"\
"<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"100%\">"\