1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-22 14:18:00 +01:00

Fix Hint input bugs from revision d678604aa8d0.

This commit is contained in:
Kris Maglione
2010-12-22 21:06:49 -05:00
parent 03b179433d
commit 8019a607d9
3 changed files with 29 additions and 28 deletions

View File

@@ -714,7 +714,7 @@ const Tabs = Module("tabs", {
commands.add(["tabo[nly]"],
"Close all other tabs",
function () { tabs.keepOnly(config.tabbrowser.mCurrentTab); },
function () { tabs.keepOnly(tabs.getTab()); },
{ argCount: "0" });
commands.add(["tabopen", "t[open]", "tabnew"],