discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=034c05bc0d9dda8d6a1d5d94dfb2964579b69370
commit 034c05bc0d9dda8d6a1d5d94dfb2964579b69370 Author: Mike Blumenkrantz <[email protected]> Date: Sat Nov 22 08:31:59 2014 -0500 remove unnecessary unfocused signal emit on clients --- src/bin/e_client.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/bin/e_client.c b/src/bin/e_client.c index a88e473..e3168d0 100644 --- a/src/bin/e_client.c +++ b/src/bin/e_client.c @@ -3423,8 +3423,6 @@ e_client_focused_set(E_Client *ec) E_FREE_FUNC(ec_unfocus->raise_timer, ecore_timer_del); - e_comp_object_signal_emit(ec_unfocus->frame, "e,state,unfocused", "e"); - /* if there unfocus client is fullscreen and visible */ if ((!e_config->allow_above_fullscreen) && (ec_unfocus->fullscreen) && (!ec_unfocus->iconic) && (!ec_unfocus->hidden) && --
