From ca6f1e74f5db7c9f216bef3ecf9585e8156fc226 Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Mon, 20 Jan 2014 16:13:20 +0000 Subject: [PATCH] Tiling2: Fixed removing clients from extras hash. --- src/modules/tiling/e_mod_tiling.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/tiling/e_mod_tiling.c b/src/modules/tiling/e_mod_tiling.c index 4d24cbfa7..2b84a639f 100644 --- a/src/modules/tiling/e_mod_tiling.c +++ b/src/modules/tiling/e_mod_tiling.c @@ -510,7 +510,7 @@ _remove_client(E_Client *ec) _G.tinfo->tree = tiling_window_tree_remove(_G.tinfo->tree, item); } - eina_hash_del(_G.client_extras, ec, NULL); + eina_hash_del(_G.client_extras, &ec, NULL); _reapply_tree(); }