aboutsummaryrefslogtreecommitdiffstats
path: root/my-evolution/e-summary-rdf.c
diff options
context:
space:
mode:
authorIain Holmes <iain@src.gnome.org>2001-10-30 05:03:46 +0800
committerIain Holmes <iain@src.gnome.org>2001-10-30 05:03:46 +0800
commit1330f756790b9654bf27692d9484f9b06b37c874 (patch)
treeaf93379d7d89f56e32c778522c2be52cb1a7fc6e /my-evolution/e-summary-rdf.c
parent61e63e21439e300c3dc25affad1c8f3203f169d6 (diff)
downloadgsoc2013-evolution-1330f756790b9654bf27692d9484f9b06b37c874.tar
gsoc2013-evolution-1330f756790b9654bf27692d9484f9b06b37c874.tar.gz
gsoc2013-evolution-1330f756790b9654bf27692d9484f9b06b37c874.tar.bz2
gsoc2013-evolution-1330f756790b9654bf27692d9484f9b06b37c874.tar.lz
gsoc2013-evolution-1330f756790b9654bf27692d9484f9b06b37c874.tar.xz
gsoc2013-evolution-1330f756790b9654bf27692d9484f9b06b37c874.tar.zst
gsoc2013-evolution-1330f756790b9654bf27692d9484f9b06b37c874.zip
Save the RDFs into a new place
Only have one place for initialisation of rdf/weather stations. svn path=/trunk/; revision=14362
Diffstat (limited to 'my-evolution/e-summary-rdf.c')
-rw-r--r--my-evolution/e-summary-rdf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/my-evolution/e-summary-rdf.c b/my-evolution/e-summary-rdf.c
index 7fab2f8957..9981e09198 100644
--- a/my-evolution/e-summary-rdf.c
+++ b/my-evolution/e-summary-rdf.c
@@ -640,7 +640,7 @@ e_summary_rdf_init (ESummary *summary)
e_summary_add_online_connection (summary, connection);
e_summary_add_protocol_listener (summary, "rdf", e_summary_rdf_protocol, rdf);
- if (prefs == NULL) {
+ if (prefs == NULL || prefs->rdf_urls == NULL) {
e_summary_rdf_add_uri (summary, "http://www.cnn.com/cnn.rss");
timeout = 600;
} else {