tasklist: bug fix in show
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
c4cc8da645
commit
e9b6c33be3
|
@ -360,7 +360,7 @@ luaA_tasklist_newindex(lua_State *L)
|
||||||
d->show_icons = luaA_checkboolean(L, 3);
|
d->show_icons = luaA_checkboolean(L, 3);
|
||||||
break;
|
break;
|
||||||
case A_TK_SHOW:
|
case A_TK_SHOW:
|
||||||
if((buf = luaL_checklstring(L, 2, &len)))
|
if((buf = luaL_checklstring(L, 3, &len)))
|
||||||
switch(a_tokenize(buf, len))
|
switch(a_tokenize(buf, len))
|
||||||
{
|
{
|
||||||
case A_TK_TAGS:
|
case A_TK_TAGS:
|
||||||
|
|
Loading…
Reference in New Issue