Allow home to have focus.

SVN revision: 47612
This commit is contained in:
Christopher Michael 2010-03-30 23:36:48 +00:00
parent b61dd896b9
commit 885007c49b
1 changed files with 1 additions and 1 deletions

View File

@ -328,7 +328,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);