summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Hacohen <tom@stosb.com>2014-01-16 11:59:20 +0000
committerTom Hacohen <tom@stosb.com>2014-01-30 15:22:00 +0000
commitecdd61910c75f9cd56e2785f7d503313d926e8d9 (patch)
treeeec87f3aa0a67360d6e77b61de2ca8bddc8ae19d
parent9ba2e4085933bd434059077cc3cdc8dd4ed37533 (diff)
downloadenlightenment-ecdd61910c75f9cd56e2785f7d503313d926e8d9.tar.gz
Tiling2: Remove client from floating window list when cleaning.
-rw-r--r--src/modules/tiling2/e_mod_tiling.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/modules/tiling2/e_mod_tiling.c b/src/modules/tiling2/e_mod_tiling.c
index bba54be231..5a07d1d138 100644
--- a/src/modules/tiling2/e_mod_tiling.c
+++ b/src/modules/tiling2/e_mod_tiling.c
@@ -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();
}