1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-04 22:44:12 +01:00

Don't show the "all" item in the sanitize dialog.

This commit is contained in:
Kris Maglione
2010-10-14 04:18:00 -04:00
parent 3f42eee0db
commit cd60cf81f6
4 changed files with 3 additions and 6 deletions

View File

@@ -525,7 +525,7 @@ lookup:
let file = io.File(filename);
dactyl.assert(!file.exists() || args.bang,
"E189: " + filename.quote() + " exists (add ! to override)");
"E189: " + filename.quote() + " exists (add ! to override)");
// TODO: Use a set/specifiable list here:
let lines = [cmd.serialize().map(commands.commandToString) for (cmd in commands) if (cmd.serialize)];