awful.tag: fix typo in viewmore
Signed-off-by: koniu <gkusnierz@gmail.com> Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
2d15a67f25
commit
52c4461169
|
@ -265,7 +265,7 @@ end
|
|||
function viewmore(tags, screen)
|
||||
local screen_tags = capi.screen[screen or capi.mouse.screen]:tags()
|
||||
for _, tag in pairs(screen_tags) do
|
||||
tag.selected = (table.hasitem(tags, tag) ~= nil)
|
||||
tag.selected = (util.table.hasitem(tags, tag) ~= nil)
|
||||
end
|
||||
capi.screen[screen]:emit_signal("tag::history::update")
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue