Fix another lua stack balance problem
Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
parent
8b16d1ee4b
commit
b9c427d48f
|
@ -294,7 +294,6 @@ client_focus_update(client_t *c)
|
|||
luaA_object_push(globalconf.L, c);
|
||||
client_set_urgent(globalconf.L, -1, false);
|
||||
|
||||
luaA_object_push(globalconf.L, c);
|
||||
luaA_object_emit_signal(globalconf.L, -1, "focus", 0);
|
||||
lua_pop(globalconf.L, 1);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue