From 6cd4f05790eb6b1ceeb24a72a8c9c2d490d6da7c Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Thu, 14 Oct 2010 18:01:11 -0400 Subject: [PATCH] Fix typos from revision b17138943fa6. --- common/content/options.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/content/options.js b/common/content/options.js index 2e941b96..2dc418b0 100644 --- a/common/content/options.js +++ b/common/content/options.js @@ -842,7 +842,7 @@ const Options = Module("options", { }, { promptHighlight: "WarningMsg" }); else if (name == "all") - command.commandOutput(prefs.list(onlyNonDefault, "")); + commandline.commandOutput(prefs.list(onlyNonDefault, "")); else if (reset) prefs.reset(name); else if (invertBoolean) @@ -859,7 +859,7 @@ const Options = Module("options", { prefs.set(name, value); } else - command.commandOutput(prefs.list(onlyNonDefault, "")); + commandline.commandOutput(prefs.list(onlyNonDefault, name)); return; }