only set bd->destroyed when window is actually destroyed

T617.1
This commit is contained in:
Mike Blumenkrantz 2013-12-10 11:03:00 -05:00
parent da931928e1
commit 09c3cd4ba9
1 changed files with 0 additions and 2 deletions

View File

@ -5139,8 +5139,6 @@ _e_border_cb_window_hide(void *data __UNUSED__,
{
// printf(" hide2\n");
if (bd->delete_requested)
bd->destroyed = 1;
e_border_hide(bd, 0);
e_object_del(E_OBJECT(bd));
}