Magellan Linux

Contents of /trunk/mozilla-firefox/patches/mozilla-firefox-3.5-fixed-default-uris.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 868 - (show annotations) (download)
Sun Jul 12 15:21:02 2009 UTC (14 years, 10 months ago) by niro
File size: 1531 byte(s)
-patch to fix default uris pathes

1 --- browser/branding/unofficial/locales/browserconfig.properties~ 2009-06-13 17:04:42.000000000 +0200
2 +++ browser/branding/unofficial/locales/browserconfig.properties 2009-06-13 17:05:28.000000000 +0200
3 @@ -1,3 +1,3 @@
4 # Do NOT localize or otherwise change these values
5 -browser.startup.homepage=http://www.mozilla.org/projects/shiretoko/
6 +browser.startup.homepage=http://www.google.com/firefox
7
8 --- browser/branding/unofficial/pref/firefox-branding.js~ 2009-06-13 16:57:53.000000000 +0200
9 +++ browser/branding/unofficial/pref/firefox-branding.js 2009-06-13 16:59:17.000000000 +0200
10 @@ -1,5 +1,5 @@
11 -pref("startup.homepage_override_url","http://www.mozilla.org/projects/%APP%/%VERSION%/whatsnew/");
12 -pref("startup.homepage_welcome_url","http://www.mozilla.org/projects/%APP%/%VERSION%/firstrun/");
13 +pref("startup.homepage_override_url","http://www.mozilla.com/%APP%/%VERSION%/whatsnew/");
14 +pref("startup.homepage_welcome_url","http://www.mozilla.com/%APP%/%VERSION%/firstrun/");
15 // The time interval between checks for a new version (in seconds)
16 // nightly=8 hours, official=24 hours
17 pref("app.update.interval", 28800);
18 @@ -11,7 +11,7 @@
19 pref("app.update.url.details", "http://www.mozilla.org/projects/%APP%/");
20
21 // Release notes URL
22 -pref("app.releaseNotesURL", "http://www.mozilla.org/projects/%APP%/%VERSION%/releasenotes/");
23 +pref("app.releaseNotesURL", "http://www.mozilla.com/%APP%/%VERSION%/releasenotes/");
24
25 // Search codes belong only in builds with official branding
26 pref("browser.search.param.yahoo-fr", "");