From 97a08efe32bb376575c3a0ba8ecdd79d7a5c63c6 Mon Sep 17 00:00:00 2001 From: JustOff Date: Tue, 26 Mar 2019 01:28:36 +0200 Subject: [PATCH] Revert "Only write the newtab URL if the machinery for it had previously been" This reverts commit eb77e289bbe056b58051db0fa868e95da803aa0a. --- application/palemoon/components/preferences/preferences.xul | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/palemoon/components/preferences/preferences.xul b/application/palemoon/components/preferences/preferences.xul index 2b7fd9ded5..a1d9c8cf72 100644 --- a/application/palemoon/components/preferences/preferences.xul +++ b/application/palemoon/components/preferences/preferences.xul @@ -56,7 +56,7 @@ #endif #endif onunload="if (typeof gSecurityPane != 'undefined') gSecurityPane.syncAddonSecurityLevel();" - ondialogaccept="if (typeof gTabsPane != 'undefined') gNewtabUrl.writeNewtabUrl();"> + ondialogaccept="gNewtabUrl.writeNewtabUrl();">