summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKris Maglione <maglione.k@gmail.com>2011-01-26 04:14:48 -0500
committerKris Maglione <maglione.k@gmail.com>2011-01-26 04:14:48 -0500
commit67ced64484078a3d764f005805049c98f7803ce2 (patch)
tree6f37e976c3dcdca887c2d664512b9bedb1623f08
parent0a7f399bf7658ca8a2bcc55ebb4af646162faa35 (diff)
downloadpentadactyl-67ced64484078a3d764f005805049c98f7803ce2.tar.gz
Remove stale reference to prefs._load.
-rw-r--r--common/modules/prefs.jsm2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/modules/prefs.jsm b/common/modules/prefs.jsm
index 12feb07e..21531536 100644
--- a/common/modules/prefs.jsm
+++ b/common/modules/prefs.jsm
@@ -106,7 +106,7 @@ var Prefs = Module("prefs", XPCOM([Ci.nsIObserver, Ci.nsISupportsWeakReference])
let option = {
isDefault: !userValue,
- default: this._load(pref, null, true),
+ default: this.defaults.get(pref, null),
value: <>={template.highlight(value, true, 100)}</>,
name: pref,
pre: "\u00a0\u00a0" // Unicode nonbreaking space.