diff options
Diffstat (limited to 'my-evolution')
-rw-r--r-- | my-evolution/ChangeLog | 4 | ||||
-rw-r--r-- | my-evolution/e-summary-preferences.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/my-evolution/ChangeLog b/my-evolution/ChangeLog index d630692761..4a50decabc 100644 --- a/my-evolution/ChangeLog +++ b/my-evolution/ChangeLog @@ -1,3 +1,7 @@ +2001-07-10 Iain Holmes <iain@ximian.com> + + * e-summary-preferences.c: Correct the Register RDF url. + 2001-07-09 Iain Holmes <iain@ximian.com> * e-summary.c (e_summary_init): Connect a calendar alarm to be notified diff --git a/my-evolution/e-summary-preferences.c b/my-evolution/e-summary-preferences.c index 006043d8da..deb522541e 100644 --- a/my-evolution/e-summary-preferences.c +++ b/my-evolution/e-summary-preferences.c @@ -449,7 +449,7 @@ static struct _RDFInfo rdfs[] = { {"http://www.securityfocus.com/topnews-rss.html", "Security Focus"}, {"http://www.segfault.org/stories.xml", "Segfault"}, {"http://www.slashdot.org/slashdot.rdf", "Slashdot"}, - {"http://www.theregister.co.uk/tonys/slashdot.org", "The Register"}, + {"http://www.theregister.co.uk/tonys/slashdot.rdf", "The Register"}, {"http://www.thinkgeek.com/thinkgeek.rdf", "Think Geek"}, {"http://www.tomalak.org/recentTodaysLinks.xml", "Tomalak's Realm"}, {"http://www.webreference.com/webreference.rdf", "Web Reference"}, |