Tiling2: Fixed removing clients from extras hash.

This commit is contained in:
Tom Hacohen 2014-01-20 16:13:20 +00:00
parent f6fa07e812
commit ca6f1e74f5
1 changed files with 1 additions and 1 deletions

View File

@ -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();
}