breaks java! yay!

SVN revision: 72756
This commit is contained in:
Carsten Haitzler 2012-06-24 07:50:02 +00:00
parent fe0672f783
commit 4cbdcf4def
1 changed files with 2 additions and 1 deletions

View File

@ -130,7 +130,8 @@ _e_grabinput_focus_check(void *data __UNUSED__)
{
if (ecore_x_window_focus_get() != focus_fix_win)
{
_e_grabinput_focus_do(focus_fix_win, focus_fix_method);
// woot breaks java. pants on!
// _e_grabinput_focus_do(focus_fix_win, focus_fix_method);
}
focus_fix_timer = NULL;
return EINA_FALSE;