KBOS and ZSAM

svn path=/trunk/; revision=11972
This commit is contained in:
Iain Holmes
2001-08-13 22:37:04 +00:00
parent 23aba87f9b
commit 8ca5b30ddb
3 changed files with 12 additions and 3 deletions

View File

@ -1,3 +1,12 @@
2001-08-13 Iain Holmes <iain@ximian.com>
* e-summary-weather.c: Set the default weather stations to Boston (boo)
and Xiamen (Yey)
2001-08-13 Iain Holmes <iain@ximian.com>
* e-summary-rdf.c: Set the default RDF to CNN
2001-08-13 Jason Leach <jleach@ximian.com>
* e-summary-mail.c (e_summary_mail_free): Disconnect our callbacks

View File

@ -556,7 +556,7 @@ e_summary_rdf_init (ESummary *summary)
e_summary_add_protocol_listener (summary, "rdf", e_summary_rdf_protocol, rdf);
if (prefs == NULL) {
e_summary_rdf_add_uri (summary, "http://news.gnome.org/gnome-news/rdf");
e_summary_rdf_add_uri (summary, "http://www.cnn.com/cnn.rss");
timeout = 600;
} else {
GList *p;

View File

@ -584,8 +584,8 @@ e_summary_weather_init (ESummary *summary)
e_summary_add_protocol_listener (summary, "weather", e_summary_weather_protocol, weather);
if (prefs == NULL) {
e_summary_weather_add_location (summary, "ENBR");
e_summary_weather_add_location (summary, "EGAC");
e_summary_weather_add_location (summary, "KBOS");
e_summary_weather_add_location (summary, "ZSAM");
e_summary_weather_add_location (summary, "EGAA");
timeout = 600;
} else {