1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-15 23:25:47 +01:00

Dequote preference names in :set!

This commit is contained in:
Kris Maglione
2011-09-07 07:25:05 -04:00
parent 34e9e55489
commit 0064665749
4 changed files with 15 additions and 12 deletions

View File

@@ -1101,6 +1101,7 @@ var Options = Module("options", {
invertBoolean = (postfix == "!");
}
name = Option.dequote(name);
if (name == "all" && reset)
modules.commandline.input(_("pref.prompt.resetAll", config.host) + " ",
function (resp) {