mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-17 07:47:41 +01:00
Fix another lua stack balance problem
Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
parent
8b16d1ee4b
commit
b9c427d48f
1 changed files with 0 additions and 1 deletions
|
@ -294,7 +294,6 @@ client_focus_update(client_t *c)
|
||||||
luaA_object_push(globalconf.L, c);
|
luaA_object_push(globalconf.L, c);
|
||||||
client_set_urgent(globalconf.L, -1, false);
|
client_set_urgent(globalconf.L, -1, false);
|
||||||
|
|
||||||
luaA_object_push(globalconf.L, c);
|
|
||||||
luaA_object_emit_signal(globalconf.L, -1, "focus", 0);
|
luaA_object_emit_signal(globalconf.L, -1, "focus", 0);
|
||||||
lua_pop(globalconf.L, 1);
|
lua_pop(globalconf.L, 1);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue