diff options
author | Iain Holmes <iain@src.gnome.org> | 2001-10-30 05:03:46 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2001-10-30 05:03:46 +0800 |
commit | 1330f756790b9654bf27692d9484f9b06b37c874 (patch) | |
tree | af93379d7d89f56e32c778522c2be52cb1a7fc6e /my-evolution/e-summary-rdf.c | |
parent | 61e63e21439e300c3dc25affad1c8f3203f169d6 (diff) | |
download | gsoc2013-evolution-1330f756790b9654bf27692d9484f9b06b37c874.tar.gz 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.c | 2 |
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 { |