diff options
author | JustOff <Off.Just.Off@gmail.com> | 2018-09-03 21:15:53 +0300 |
---|---|---|
committer | JustOff <Off.Just.Off@gmail.com> | 2018-09-03 21:15:53 +0300 |
commit | 5359706e7ab5d164748786aa2fd040eca52ed5f3 (patch) | |
tree | b4d10934ba7b03c12d1b8dcbf44125e56d9a5ff5 /application/palemoon/components/preferences/tabs.xul | |
parent | 2e00eb87ef299e6eb7521670e6a6720fee19f5fc (diff) | |
download | UXP-5359706e7ab5d164748786aa2fd040eca52ed5f3.tar UXP-5359706e7ab5d164748786aa2fd040eca52ed5f3.tar.gz UXP-5359706e7ab5d164748786aa2fd040eca52ed5f3.tar.lz UXP-5359706e7ab5d164748786aa2fd040eca52ed5f3.tar.xz UXP-5359706e7ab5d164748786aa2fd040eca52ed5f3.zip |
Update 'browser.newtab.url' when it's used for new tabs and 'browser.startup.homepage' changes
Diffstat (limited to 'application/palemoon/components/preferences/tabs.xul')
-rw-r--r-- | application/palemoon/components/preferences/tabs.xul | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/palemoon/components/preferences/tabs.xul b/application/palemoon/components/preferences/tabs.xul index f5b44b776..64529d60d 100644 --- a/application/palemoon/components/preferences/tabs.xul +++ b/application/palemoon/components/preferences/tabs.xul @@ -85,7 +85,7 @@ <menulist id="newtabPage" preference="browser.newtab.choice" - oncommand="gTabsPane.writeNewtabUrl(event.target.value);"> + oncommand="gNewtabUrl.writeNewtabUrl(event.target.value);"> <menupopup> <menuitem label="&newtabPage.custom.label;" value="0" id="newtabPageCustom" hidden="true" /> <menuitem label="&newtabPage.blank.label;" value="1" /> |