client_focus_update(): Balance the lua stack
commitbec9e24e7ff6bc98f8b3439a8426485ef8d19eb8
authorUli Schlachter <psychon@znc.in>
Tue, 9 Feb 2010 12:58:06 +0000 (9 13:58 +0100)
committerJulien Danjou <julien@danjou.info>
Wed, 10 Feb 2010 08:46:25 +0000 (10 09:46 +0100)
tree563e5189cc9f6a19bf7427939a9cc5d1702de0fa
parent5f9bd088f29e9a7a42a08336e69ed6de08af6ba3
client_focus_update(): Balance the lua stack

There is a push 15 lines before the push that is removed here, but the client
that is pushed there was never popped. Bad.

Fix this by letting luaA_class_emit_signal() do the needed pop for us.

Signed-off-by: Uli Schlachter <psychon@znc.in>
Signed-off-by: Julien Danjou <julien@danjou.info>
client.c