Client: Clean factor if there is TileFlag in client_unmanage

This commit is contained in:
David Demelier 2011-05-01 14:01:21 +02:00
parent 3f9c8a0030
commit 813d88ff7a

View File

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