This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch upstream/28.4.0 in repository pale-moon. commit 2ab82d7fc901f3d0545f8bf75460c7fa94ef18ed Author: wolfbeast <mcwerewolf@wolfbeast.com> Date: Wed Jan 16 01:56:19 2019 +0100 Add matching browser.newtab.choice pref to prevent error. --- application/palemoon/app/profile/palemoon.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/application/palemoon/app/profile/palemoon.js b/application/palemoon/app/profile/palemoon.js index 7a38edc..9a6a9fd 100644 --- a/application/palemoon/app/profile/palemoon.js +++ b/application/palemoon/app/profile/palemoon.js @@ -1072,6 +1072,8 @@ pref("prompts.tab_modal.focusSwitch", true); // Defines the url to be used for new tabs. pref("browser.newtab.url", "about:logopage"); +pref("browser.newtab.choice", 1); + // Activates preloading of the new tab url. pref("browser.newtab.preload", false); -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git