summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaming4JC <g4jc@hyperbola.info>2021-05-04 11:37:13 -0400
committerGaming4JC <g4jc@hyperbola.info>2021-05-04 11:37:13 -0400
commit585bbfb20fae6eb1a0aa08b6c86279f5835733a9 (patch)
tree16faec68bd44325da93b96779f7f6850ea2da91b
parent2a7f601a0de1ddc6845752f3312b585de5366685 (diff)
downloadiceweasel-uxp-585bbfb20fae6eb1a0aa08b6c86279f5835733a9.tar.gz
Fix broken preferences advanced pane initialization
-rw-r--r--components/preferences/in-content/advanced.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/preferences/in-content/advanced.js b/components/preferences/in-content/advanced.js
index 8dd2b1d..35388a0 100644
--- a/components/preferences/in-content/advanced.js
+++ b/components/preferences/in-content/advanced.js
@@ -42,7 +42,7 @@ var gAdvancedPane = {
this.updateActualCacheSize();
this.updateActualAppCacheSize();
- setEventListener("layers.acceleration.disabled", "change",
+ setEventListener("layers.acceleration.enabled", "change",
gAdvancedPane.updateHardwareAcceleration);
setEventListener("advancedPrefs", "select",
gAdvancedPane.tabSelectionChanged);