Fix missing index in tag manipulation

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
TANABE Ken-ichi 2008-06-30 16:08:25 +09:00 committed by Julien Danjou
parent f96c5c6259
commit 0e42c66d49
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ for i = 1, keynumber do
function ()
local screen = mouse.screen_get()
if tags[screen][i] then
tags[i]:view(not tags[screen][i]:isselected())
tags[screen][i]:view(not tags[screen][i]:isselected())
end
end):add()
keybinding.new({ modkey, "Shift" }, i,