naughty: fix typo
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
a6f60c8e41
commit
4b83d526d6
|
@ -345,7 +345,7 @@ function notify(args)
|
||||||
-- if we have an icon, use it
|
-- if we have an icon, use it
|
||||||
if icon then
|
if icon then
|
||||||
iconbox = widget({ type = "imagebox", align = "left" })
|
iconbox = widget({ type = "imagebox", align = "left" })
|
||||||
iconbox:buttons(util.join(button({ }, 1, run), button({ }, 3, die)))
|
iconbox:buttons(util.table.join(button({ }, 1, run), button({ }, 3, die)))
|
||||||
local img
|
local img
|
||||||
if type(icon) == "string" then
|
if type(icon) == "string" then
|
||||||
img = image(icon)
|
img = image(icon)
|
||||||
|
|
Loading…
Reference in New Issue