diff options
author | Iain Holmes <iain@src.gnome.org> | 2001-07-11 00:25:44 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2001-07-11 00:25:44 +0800 |
commit | faf23483403f0ebf424a0998c8b6ecbca2ad1430 (patch) | |
tree | 173f73bfacfa440df717e6fa80cf4d9651359225 | |
parent | 6130dbd266d1c654bdc0f9be77e8694d2d22c95f (diff) | |
download | gsoc2013-evolution-faf23483403f0ebf424a0998c8b6ecbca2ad1430.tar gsoc2013-evolution-faf23483403f0ebf424a0998c8b6ecbca2ad1430.tar.gz gsoc2013-evolution-faf23483403f0ebf424a0998c8b6ecbca2ad1430.tar.bz2 gsoc2013-evolution-faf23483403f0ebf424a0998c8b6ecbca2ad1430.tar.lz gsoc2013-evolution-faf23483403f0ebf424a0998c8b6ecbca2ad1430.tar.xz gsoc2013-evolution-faf23483403f0ebf424a0998c8b6ecbca2ad1430.tar.zst gsoc2013-evolution-faf23483403f0ebf424a0998c8b6ecbca2ad1430.zip |
Fix the register RDF
svn path=/trunk/; revision=10954
-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"}, |