Focus the home window when created.

SVN revision: 44199
This commit is contained in:
Christopher Michael 2009-12-05 16:48:42 +00:00
parent f7058ca20b
commit e7ebfb7003
1 changed files with 1 additions and 0 deletions

View File

@ -343,6 +343,7 @@ _il_home_win_new(Instance *inst)
e_win_size_min_set(hwin->win, 48, 48);
e_win_resize(hwin->win, zone->w, 200);
e_win_show(hwin->win);
e_border_focus_set(hwin->win->border, 1, 1);
}
static void