false alarm: this doesn't break java focus, java breaks java focus.

SVN revision: 72757
This commit is contained in:
Mike Blumenkrantz 2012-06-24 08:02:00 +00:00
parent 4cbdcf4def
commit af81e70591
1 changed files with 1 additions and 2 deletions

View File

@ -130,8 +130,7 @@ _e_grabinput_focus_check(void *data __UNUSED__)
{ {
if (ecore_x_window_focus_get() != focus_fix_win) 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; focus_fix_timer = NULL;
return EINA_FALSE; return EINA_FALSE;