diff --git a/lib/awful/titlebar.lua.in b/lib/awful/titlebar.lua.in index cdc8feb28..46f3a3802 100644 --- a/lib/awful/titlebar.lua.in +++ b/lib/awful/titlebar.lua.in @@ -63,7 +63,7 @@ function add(c, args) end -- Redirect relevant events to the client the titlebar belongs to - local bts = util.tablejoin( + local bts = util.table.join( button({ }, 1, function (t) capi.client.focus = t.client t.client:raise() mouse.client.move(t.client) end), button({ args.modkey }, 1, function (t) mouse.client.move(t.client) end), button({ args.modkey }, 3, function (t) mouse.client.resize(t.client) end)