aboutsummaryrefslogtreecommitdiff
path: root/chrome/content/redirlib.js
diff options
context:
space:
mode:
authorEinar Egilsson2007-05-21 23:21:52 +0000
committerEinar Egilsson2007-05-21 23:21:52 +0000
commita7da44a01a575246c9fb55665c15ce9a9a400814 (patch)
treeaf6695987b18e529a2f76eac2268f5b1cc8541d8 /chrome/content/redirlib.js
parent502c24f18cdfa0f808d9383313bb4f965c7fb11f (diff)
Redirector
git-svn-id: http://einaregilsson.googlecode.com/svn/mozilla/redirector/trunk@54 119bf307-c92d-0410-89bd-8f53e6181181
Diffstat (limited to 'chrome/content/redirlib.js')
-rw-r--r--chrome/content/redirlib.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/content/redirlib.js b/chrome/content/redirlib.js
index 493c583..71856dd 100644
--- a/chrome/content/redirlib.js
+++ b/chrome/content/redirlib.js
@@ -66,6 +66,10 @@ var RedirLib = {
return this._prefBranch.getCharPref(branch);
},
+ setCharPref : function(branch, value) {
+ return this._prefBranch.setCharPref(branch, value);
+ },
+
getBoolPref : function(branch) {
return this._prefBranch.getBoolPref(branch);
},