From af81e70591d76bc008824eb045643b2f0f641cd0 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Sun, 24 Jun 2012 08:02:00 +0000 Subject: [PATCH] false alarm: this doesn't break java focus, java breaks java focus. SVN revision: 72757 --- src/bin/e_grabinput.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/bin/e_grabinput.c b/src/bin/e_grabinput.c index 84ebc087a..dfc89d303 100644 --- a/src/bin/e_grabinput.c +++ b/src/bin/e_grabinput.c @@ -130,8 +130,7 @@ _e_grabinput_focus_check(void *data __UNUSED__) { if (ecore_x_window_focus_get() != focus_fix_win) { -// woot breaks java. pants on! -// _e_grabinput_focus_do(focus_fix_win, focus_fix_method); + _e_grabinput_focus_do(focus_fix_win, focus_fix_method); } focus_fix_timer = NULL; return EINA_FALSE;