diff options
-rw-r--r-- | my-evolution/ChangeLog | 5 | ||||
-rw-r--r-- | my-evolution/e-summary-preferences.c | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/my-evolution/ChangeLog b/my-evolution/ChangeLog index 7ac003ada0..f360806cdf 100644 --- a/my-evolution/ChangeLog +++ b/my-evolution/ChangeLog @@ -1,3 +1,8 @@ +2002-09-26 Ettore Perazzoli <ettore@ximian.com> + + * e-summary-preferences.c: Take out CNN and DebianPlanet, which do + not seem to work for me. + 2002-09-23 Dan Winship <danw@ximian.com> * e-summary-offline-handler.c (impl_goOffline): Pass ev, not &ev diff --git a/my-evolution/e-summary-preferences.c b/my-evolution/e-summary-preferences.c index 842bda0be8..5201dae83d 100644 --- a/my-evolution/e-summary-preferences.c +++ b/my-evolution/e-summary-preferences.c @@ -573,8 +573,6 @@ static struct _RDFInfo rdfs[] = { {"http://barrapunto.com/gnome.rdf", "Barrapunto GNOME", FALSE,}, {"http://www.bsdtoday.com/backend/bt.rdf", "BSD Today", FALSE}, {"http://beyond2000.com/b2k.rdf", "Beyond 2000", FALSE}, - {"http://www.cnn.com/cnn.rss", "CNN", FALSE}, - {"http://www.debianplanet.org/debianplanet/backend.php", "Debian Planet", FALSE}, {"http://www.dictionary.com/wordoftheday/wotd.rss", N_("Dictionary.com Word of the Day"), FALSE}, {"http://www.dvdreview.com/rss/newschannel.rss", "DVD Review", FALSE}, {"http://freshmeat.net/backend/fm.rdf", "Freshmeat", FALSE}, @@ -598,7 +596,7 @@ static struct _RDFInfo rdfs[] = { {"http://slashdot.org/slashdot.rdf", "Slashdot", FALSE}, {"http://www.theregister.co.uk/tonys/slashdot.rdf", "The Register", FALSE}, {"http://www.webreference.com/webreference.rdf", "Web Reference", FALSE}, - {"http://redcarpet.ximian.com/red-carpet.rdf", "Ximian Red Carpet New", FALSE}, + {"http://redcarpet.ximian.com/red-carpet.rdf", "Ximian Red Carpet News", FALSE}, {NULL, NULL, FALSE} }; |