From 8cd60dfe45eb227280781a2de232221ad263f26d Mon Sep 17 00:00:00 2001 From: "beng%bengoodger.com" Date: Mon, 8 May 2006 22:12:28 +0000 Subject: [PATCH] 337197 - default reader list for a2 r+a=mconnor git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@196186 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/browser/app/profile/firefox.js | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/mozilla/browser/app/profile/firefox.js b/mozilla/browser/app/profile/firefox.js index 367eb290085..45685521f49 100644 --- a/mozilla/browser/app/profile/firefox.js +++ b/mozilla/browser/app/profile/firefox.js @@ -449,17 +449,14 @@ pref("view_source.editor.external", false); #ifdef MOZ_FEEDS // XXXben This is just here for demo purposes until web registration works! // XXXben Needs Localization! -pref("browser.contentHandlers.types.0.title", "Netvibes"); -pref("browser.contentHandlers.types.0.uri", "http://www.netvibes.com/subscribe.php?url=%s"); +pref("browser.contentHandlers.types.0.title", "Bloglines"); +pref("browser.contentHandlers.types.0.uri", "http://www.bloglines.com/login?r=/sub/%s"); pref("browser.contentHandlers.types.0.type", "application/vnd.mozilla.maybe.feed"); -pref("browser.contentHandlers.types.1.title", "My Yahoo"); -pref("browser.contentHandlers.types.1.uri", "http://add.my.yahoo.com/rss?url=%s"); +pref("browser.contentHandlers.types.1.title", "iGoogle/Google Reader"); +pref("browser.contentHandlers.types.1.uri", "http://fusion.google.com/add?feedurl=%s"); pref("browser.contentHandlers.types.1.type", "application/vnd.mozilla.maybe.feed"); -pref("browser.contentHandlers.types.2.title", "Bloglines"); -pref("browser.contentHandlers.types.2.uri", "http://www.bloglines.com/login?r=/sub/%s"); +pref("browser.contentHandlers.types.2.title", "My Yahoo"); +pref("browser.contentHandlers.types.2.uri", "http://add.my.yahoo.com/rss?url=%s"); pref("browser.contentHandlers.types.2.type", "application/vnd.mozilla.maybe.feed"); -pref("browser.contentHandlers.types.3.title", "iGoogle/Google Reader"); -pref("browser.contentHandlers.types.3.uri", "http://fusion.google.com/add?feedurl=%s"); -pref("browser.contentHandlers.types.3.type", "application/vnd.mozilla.maybe.feed"); #endif