зеркало из https://github.com/mozilla/pjs.git
followup to bug 203756, remove line that didn't need to be there
This commit is contained in:
Родитель
1c51c1cdcf
Коммит
96ae38ad07
|
@ -476,7 +476,6 @@ function delayedStartup()
|
||||||
|
|
||||||
// Enable/Disable URL Bar Auto Fill
|
// Enable/Disable URL Bar Auto Fill
|
||||||
gURLBarAutoFillPrefListener = new URLBarAutoFillPrefListener();
|
gURLBarAutoFillPrefListener = new URLBarAutoFillPrefListener();
|
||||||
pbi = gPrefService.QueryInterface(Components.interfaces.nsIPrefBranchInternal);
|
|
||||||
pbi.addObserver(gURLBarAutoFillPrefListener.domain, gURLBarAutoFillPrefListener, false);
|
pbi.addObserver(gURLBarAutoFillPrefListener.domain, gURLBarAutoFillPrefListener, false);
|
||||||
|
|
||||||
pbi.addObserver(gHomeButton.prefDomain, gHomeButton, false);
|
pbi.addObserver(gHomeButton.prefDomain, gHomeButton, false);
|
||||||
|
|
Загрузка…
Ссылка в новой задаче