aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIain Holmes <iain@src.gnome.org>2001-07-19 05:40:23 +0800
committerIain Holmes <iain@src.gnome.org>2001-07-19 05:40:23 +0800
commitcdd1ac0d65dfaed0934f84ce8fbe50d1f055e8ea (patch)
tree3342315d7828c9f1dbba31fe4d04d9af6b972e2f
parenta715797c0228dba3bae20a3f8ae1d796a90f1f34 (diff)
downloadgsoc2013-evolution-cdd1ac0d65dfaed0934f84ce8fbe50d1f055e8ea.tar
gsoc2013-evolution-cdd1ac0d65dfaed0934f84ce8fbe50d1f055e8ea.tar.gz
gsoc2013-evolution-cdd1ac0d65dfaed0934f84ce8fbe50d1f055e8ea.tar.bz2
gsoc2013-evolution-cdd1ac0d65dfaed0934f84ce8fbe50d1f055e8ea.tar.lz
gsoc2013-evolution-cdd1ac0d65dfaed0934f84ce8fbe50d1f055e8ea.tar.xz
gsoc2013-evolution-cdd1ac0d65dfaed0934f84ce8fbe50d1f055e8ea.tar.zst
gsoc2013-evolution-cdd1ac0d65dfaed0934f84ce8fbe50d1f055e8ea.zip
Remove spewage
svn path=/trunk/; revision=11213
-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);