awesome/lib
Julien Danjou 937cab0a30 awful.{key,button}: return a table
Fix a wrong assertian that actually:
function a() return 1, 2, 3 end
c = { a(), a() }
Won't make #c == 6 but c == 4 because only the last call to a() will
fill the table with 3 results.

Signed-off-by: Julien Danjou <julien@danjou.info>
2009-04-17 11:13:22 +02:00
..
awful awful.{key,button}: return a table 2009-04-17 11:13:22 +02:00
beautiful.lua.in spawn: add support for startup-notification 2009-04-14 14:23:38 +02:00
invaders.lua.in Revert "invaders: make most functions local" 2009-01-28 14:23:07 +01:00
naughty.lua.in naughty: add opacity option 2009-04-10 23:18:51 +02:00
tabulous.lua.in tabulous: stop using otable 2009-04-12 15:11:33 +02:00
telak.lua.in telak: remove otable usage 2009-04-12 15:11:33 +02:00