titlebar: fix removal of too much elements (FS#603)

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Julien Danjou 2009-08-28 11:21:31 +02:00
parent 0d03ea88d5
commit 0f8bbb775b
1 changed files with 1 additions and 1 deletions

View File

@ -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