From 0f8bbb775b2e9fde82eec39a3cd0bc419695a2f3 Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Fri, 28 Aug 2009 11:21:31 +0200 Subject: [PATCH] titlebar: fix removal of too much elements (FS#603) Signed-off-by: Julien Danjou --- titlebar.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/titlebar.h b/titlebar.h index c1ad630f7..3d084c346 100644 --- a/titlebar.h +++ b/titlebar.h @@ -149,7 +149,7 @@ titlebar_update_geometry(client_t *c) titlebar_geometry_compute(c, titlebar_geometry_remove(c->titlebar, 0, c->geometry), &geom); luaA_object_push(globalconf.L, c->titlebar); wibox_moveresize(globalconf.L, -1, geom); - lua_pop(globalconf.L, 2); + lua_pop(globalconf.L, 1); } #endif