Fix missing tostring
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
6cb61939c4
commit
e4c8c11564
|
@ -6,6 +6,7 @@
|
|||
|
||||
-- Grab environment we need
|
||||
local util = require("awful.util")
|
||||
local tostring = tostring
|
||||
local pairs = pairs
|
||||
local ipairs = ipairs
|
||||
local table = table
|
||||
|
|
Loading…
Reference in New Issue