Ok, we cannot accept focus on home window...leads to focus track issues.

SVN revision: 46445
This commit is contained in:
Christopher Michael 2010-02-24 22:46:34 +00:00
parent 4bf3e5c772
commit 94df5150d1
1 changed files with 1 additions and 1 deletions

View File

@ -333,7 +333,7 @@ _il_home_win_new(Instance *inst)
e_win_no_remember_set(hwin->win, EINA_TRUE);
/* don't accept focus */
// ecore_x_icccm_hints_set(hwin->win->evas_win, 0, 0, 0, 0, 0, 0, 0);
ecore_x_icccm_hints_set(hwin->win->evas_win, 0, 0, 0, 0, 0, 0, 0);
snprintf(buff, sizeof(buff), "%s/e-module-illume-home.edj",
il_home_cfg->mod_dir);