From 9ac029441f7179d0bd260a6bf08c067584ede121 Mon Sep 17 00:00:00 2001 From: anekos Date: Sun, 21 Dec 2008 15:40:12 +0900 Subject: [PATCH] Fix typo. --- common/content/options.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/content/options.js b/common/content/options.js index dfccebed..c20882db 100644 --- a/common/content/options.js +++ b/common/content/options.js @@ -334,7 +334,7 @@ function Options() //{{{ switch (typeof value) { case "string": - if (type == service["pref"].PREF_INVALID || type == service["prefBranch"].PREF_STRING) + if (type == service["pref"].PREF_INVALID || type == service["pref"].PREF_STRING) service["pref"].setCharPref(name, value); else if (type == service["pref"].PREF_INT) liberator.echoerr("E521: Number required after =: " + name + "=" + value);