Client: Add cleanfact set removed by error in unmanage

This commit is contained in:
Martin Duquesnoy 2011-05-16 23:52:36 +02:00
parent c5e96961cb
commit ff923542ba

View File

@ -1320,7 +1320,10 @@ client_unmanage(Client *c)
ewmh_get_client_list();
if(c->flags & TileFlag)
{
tags[c->screen][c->tag].cleanfact = True;
split_arrange_closed(*c);
}
if(c->tag == MAXTAG + 1)
{