Fix another lua stack balance problem

Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
Uli Schlachter 2010-10-10 15:07:07 +02:00
parent 8b16d1ee4b
commit b9c427d48f
1 changed files with 0 additions and 1 deletions

View File

@ -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);
}