Tiling2: Don't try to remove non-tiled windows from the tile tree.

This commit is contained in:
Tom Hacohen 2014-01-21 14:57:35 +00:00
parent 792022196f
commit 7aaf444ee8
1 changed files with 3 additions and 0 deletions

View File

@ -504,6 +504,9 @@ _remove_client(E_Client *ec)
return;
}
if (!extra->tiled)
return;
extra->tiled = EINA_FALSE;
/* Window tree updating. */