titlebar: fix removal of too much elements (FS#603)
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
0d03ea88d5
commit
0f8bbb775b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue