conflict resolution

This commit is contained in:
Rastislav Barlik 2015-11-06 09:15:02 +00:00
parent eeb0c7bd5d
commit 516bd2ee85
1 changed files with 1 additions and 1 deletions

View File

@ -300,7 +300,7 @@ function revelation.expose_callback(t, zt, clientlist)
hintindex = {}
for i,thisclient in pairs(clientlist) do
-- Move wiboxes to center of visible windows and populate hintindex
local char = charorder:sub(i,i)
local char = revelation.charorder:sub(i,i)
if char and char ~= '' then
hintindex[char] = thisclient
hintbox_pos(char)