From e3fcc0315278fdd6adb59ba1096320f14bba03a1 Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Mon, 20 Jan 2014 11:41:39 +0000 Subject: [PATCH] Tiling2: Fixed extra hash cleanup for ignored users. It should always be cleaned, now that we keep it for ignored windows as well. --- src/modules/tiling/e_mod_tiling.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/modules/tiling/e_mod_tiling.c b/src/modules/tiling/e_mod_tiling.c index ac4c4bc78..94f3a2a74 100644 --- a/src/modules/tiling/e_mod_tiling.c +++ b/src/modules/tiling/e_mod_tiling.c @@ -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(); }