raster pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=2e72c9fc93dd00225ec01d79d9b97fa04efedf94
commit 2e72c9fc93dd00225ec01d79d9b97fa04efedf94 Author: Carsten Haitzler (Rasterman) <[email protected]> Date: Mon May 19 17:11:02 2014 +0900 fix infinite property change loop this fixes T1259 --- src/bin/e_comp_x.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/e_comp_x.c b/src/bin/e_comp_x.c index 77a6479..4899e6b 100644 --- a/src/bin/e_comp_x.c +++ b/src/bin/e_comp_x.c @@ -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) --
