only set client hints for withdrawn if client is not dead

This commit is contained in:
Mike Blumenkrantz 2013-07-26 11:04:04 +01:00
parent 07144c6c92
commit 3980c9a3cd
1 changed files with 2 additions and 1 deletions

View File

@ -1008,7 +1008,8 @@ e_border_hide(E_Border *bd,
_e_border_action_finish();
e_container_shape_hide(bd->shape);
if (!bd->iconic) e_hints_window_hidden_set(bd);
if ((!bd->iconic) && (!bd->delete_requested))
e_hints_window_hidden_set(bd);
bd->visible = 0;
bd->changes.visible = 1;