naughty: fix typo

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Uli Schlachter 2009-04-18 10:34:39 +02:00 committed by Julien Danjou
parent a6f60c8e41
commit 4b83d526d6
1 changed files with 1 additions and 1 deletions

View File

@ -345,7 +345,7 @@ function notify(args)
-- if we have an icon, use it
if icon then
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
if type(icon) == "string" then
img = image(icon)