Backing out changes checked in for Mozilla's 0.9.4 release as part of bug 99441. This backout requested by syd and jband in that bug.
git-svn-id: svn://10.0.0.236/branches/MOZILLA_0_9_4_BRANCH@103625 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
// Default configuration information for the client
|
||||
//
|
||||
|
||||
config("startup.homepage_override_url.1","chrome://navigator-region/locale/region.properties");
|
||||
config("startup.homepage_override_url","chrome://navigator-region/locale/region.properties");
|
||||
config("autoadmin.append_emailaddr",false);
|
||||
config("autoadmin.failover_to_cached",true);
|
||||
|
||||
|
||||
@@ -20,4 +20,4 @@ wallet.Samples=http://www.mozilla.org/wallet/samples/
|
||||
|
||||
#config.js
|
||||
#
|
||||
startup.homepage_override_url.1=http://www.mozilla.org/start
|
||||
startup.homepage_override_url=http://www.mozilla.org/start
|
||||
|
||||
@@ -156,7 +156,7 @@ static int APP_DEBUG = 0; // Set to 1 in debugger to turn on debugging.
|
||||
#endif
|
||||
|
||||
|
||||
#define PREF_HOMEPAGE_OVERRIDE_URL "startup.homepage_override_url.1"
|
||||
#define PREF_HOMEPAGE_OVERRIDE_URL "startup.homepage_override_url"
|
||||
#define PREF_HOMEPAGE_OVERRIDE "browser.startup.homepage_override.1"
|
||||
#define PREF_HOMEPAGE_OVERRIDE_MSTONE "browser.startup.homepage_override.mstone"
|
||||
#define PREF_BROWSER_STARTUP_PAGE "browser.startup.page"
|
||||
|
||||
Reference in New Issue
Block a user