Tiling2: Remove client from floating window list when cleaning.
authorTom Hacohen <tom@stosb.com>
Thu, 16 Jan 2014 11:59:20 +0000 (11:59 +0000)
committerTom Hacohen <tom@stosb.com>
Fri, 21 Feb 2014 09:15:06 +0000 (09:15 +0000)
src/modules/tiling/e_mod_tiling.c

index bba54be..5a07d1d 100644 (file)
@@ -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();
 }