fix infinite property change loop

this fixes T1259
This commit is contained in:
Carsten Haitzler 2014-05-19 17:11:02 +09:00
parent e84eb965f4
commit 2e72c9fc93
1 changed files with 1 additions and 0 deletions

View File

@ -2648,6 +2648,7 @@ _e_comp_x_hook_client_post_new_client(void *d EINA_UNUSED, E_Client *ec)
ecore_x_window_prop_card32_set(win->evas_win, E_ATOM_WINDOW_STATE, state, num);
else
ecore_x_window_prop_property_del(win->evas_win, E_ATOM_WINDOW_STATE);
ec->changes.internal_state = 0;
}
if (ec->changes.internal_props)