summaryrefslogtreecommitdiffstats
path: root/application/palemoon
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@wolfbeast.com>2019-03-25 17:47:16 +0100
committerwolfbeast <mcwerewolf@wolfbeast.com>2019-03-25 17:47:16 +0100
commiteb77e289bbe056b58051db0fa868e95da803aa0a (patch)
treed3ea4f6297d90f7918092a6cc4bcb030f7348481 /application/palemoon
parent9fc25801fdae8a88e2baa68bb500b24e53d9d8bf (diff)
downloadUXP-eb77e289bbe056b58051db0fa868e95da803aa0a.tar
UXP-eb77e289bbe056b58051db0fa868e95da803aa0a.tar.gz
UXP-eb77e289bbe056b58051db0fa868e95da803aa0a.tar.lz
UXP-eb77e289bbe056b58051db0fa868e95da803aa0a.tar.xz
UXP-eb77e289bbe056b58051db0fa868e95da803aa0a.zip
Only write the newtab URL if the machinery for it had previously been
initialized. This prevents the URL being overwritten with e.g. about:logopage.
Diffstat (limited to 'application/palemoon')
-rw-r--r--application/palemoon/components/preferences/preferences.xul2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/palemoon/components/preferences/preferences.xul b/application/palemoon/components/preferences/preferences.xul
index a1d9c8cf7..2b7fd9ded 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="gNewtabUrl.writeNewtabUrl();">
+ ondialogaccept="if (typeof gTabsPane != 'undefined') gNewtabUrl.writeNewtabUrl();">
<script type="application/javascript" src="chrome://browser/content/utilityOverlay.js"/>
<script type="application/javascript" src="chrome://browser/content/preferences/newtaburl.js"/>