awful.layout.suit.magnifier: fix typo

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Sias Mey 2009-01-22 00:55:15 +02:00 committed by Julien Danjou
parent f5c35765d2
commit cc58b840e6
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ local function magnifier(_, screen)
local fidx
for k, c in ipairs(cls) do
if k == focus then
if c == focus then
fidx = k
break
end