awful.util: rename table.concat to table.join
commit94b2232c4f2a2b20cd6ba1d17a8ae35796ccc2a3
authorkoniu <gkusnierz@gmail.com>
Wed, 15 Apr 2009 19:33:21 +0000 (15 20:33 +0100)
committerJulien Danjou <julien@danjou.info>
Wed, 15 Apr 2009 20:12:44 +0000 (15 22:12 +0200)
treefcdf6940ab06c559fb6fc945dde1a7a53443f873
parent8cbb65d5c2cdfcc61fc9969d37a304ccd9dc6bba
awful.util: rename table.concat to table.join

This is to avoid confusion with Lua's table.concat which takes a table
and returns a string of all its elements concatenated with a given
separator.

Signed-off-by: koniu <gkusnierz@gmail.com>
Signed-off-by: Julien Danjou <julien@danjou.info>
lib/awful/button.lua.in
lib/awful/key.lua.in
lib/awful/util.lua.in