Tiling2: Fixed extra hash cleanup for ignored users.

It should always be cleaned, now that we keep it for ignored windows as well.
This commit is contained in:
Tom Hacohen 2014-01-20 11:41:39 +00:00
parent 41ecdc1ebd
commit e3fcc03152
1 changed files with 1 additions and 2 deletions

View File

@ -491,8 +491,7 @@ _remove_client(E_Client *ec)
_G.tinfo->tree = tiling_window_tree_remove(_G.tinfo->tree, item);
}
if (!is_ignored_window(extra))
eina_hash_del(_G.client_extras, ec, NULL);
eina_hash_del(_G.client_extras, ec, NULL);
_reapply_tree();
}