Tiling2: Remove client from floating window list when cleaning.

This commit is contained in:
Tom Hacohen 2014-01-16 11:59:20 +00:00
parent 5e209ea583
commit 8ab30821fb
1 changed files with 2 additions and 0 deletions

View File

@ -508,6 +508,8 @@ _remove_client(E_Client *ec)
_G.tinfo->tree = tiling_window_tree_remove(_G.tinfo->tree, item);
}
EINA_LIST_REMOVE(_G.tinfo->floating_windows, ec);
_reapply_tree();
}