mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-17 07:47:41 +01:00
tag: stop using otable
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
f0ca12837a
commit
adf0fd3234
1 changed files with 1 additions and 1 deletions
2
tag.c
2
tag.c
|
@ -277,7 +277,7 @@ luaA_tag_clients(lua_State *L)
|
|||
}
|
||||
}
|
||||
|
||||
luaA_otable_new(L);
|
||||
lua_createtable(L, clients->len, 0);
|
||||
for(i = 0; i < clients->len; i++)
|
||||
{
|
||||
luaA_client_userdata_new(L, clients->tab[i]);
|
||||
|
|
Loading…
Reference in a new issue