Remove spewage
svn path=/trunk/; revision=11213
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
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.
|
||||
|
||||
@ -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\"> <b>", icon_name);
|
||||
|
||||
Reference in New Issue
Block a user