aboutsummaryrefslogtreecommitdiffstats
path: root/my-evolution
diff options
context:
space:
mode:
Diffstat (limited to 'my-evolution')
-rw-r--r--my-evolution/ChangeLog4
-rw-r--r--my-evolution/e-summary-weather.c1
2 files changed, 4 insertions, 1 deletions
diff --git a/my-evolution/ChangeLog b/my-evolution/ChangeLog
index 94f9d3aa16..f53d3aa184 100644
--- a/my-evolution/ChangeLog
+++ b/my-evolution/ChangeLog
@@ -1,5 +1,9 @@
2001-07-18 Iain Holmes <iain@ximian.com>
+ * e-summary-weather.c (weather_make_html): Remove spewage.
+
+2001-07-18 Iain Holmes <iain@ximian.com>
+
* e-summary.c (e_summary_reconfigure): Reconfigure the tasks.
* e-summary-tasks.c (generate_html): Obtain todays tasks.
diff --git a/my-evolution/e-summary-weather.c b/my-evolution/e-summary-weather.c
index 597dee6325..0f3299e002 100644
--- a/my-evolution/e-summary-weather.c
+++ b/my-evolution/e-summary-weather.c
@@ -90,7 +90,6 @@ weather_make_html (Weather *w)
char *icon_name;
icon_name = icon_from_weather (w);
- g_print ("icon_name: %s\n", icon_name);
string = g_string_new ("");
g_string_sprintf (string, "<dd><img align=\"middle\" "
"src=\"%s\">&#160;<b>", icon_name);