From d72bcc92f52ce476184003a78b36ee40d2c1c875 Mon Sep 17 00:00:00 2001 From: JustOff Date: Tue, 26 Mar 2019 01:28:36 +0200 Subject: 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(-) (limited to 'application/palemoon') diff --git a/application/palemoon/components/preferences/preferences.xul b/application/palemoon/components/preferences/preferences.xul index 2b7fd9ded..a1d9c8cf7 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();">