Bug 352063: Regression, setting browser.startup.homepage_override.mstone to ignore no longer works, patch by Harry Johnston <harry@scms.waikato.ac.nz>, r=me
git-svn-id: svn://10.0.0.236/trunk@212091 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
57404a3689
commit
0ae08e9c6e
@ -112,6 +112,9 @@ function needHomepageOverride(prefb) {
|
||||
savedmstone = prefb.getCharPref("browser.startup.homepage_override.mstone");
|
||||
} catch (e) {}
|
||||
|
||||
if (savedmstone == "ignore")
|
||||
return 0;
|
||||
|
||||
var mstone = Components.classes["@mozilla.org/network/protocol;1?name=http"]
|
||||
.getService(nsIHttpProtocolHandler).misc;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user