ews: focus news windows.

SVN revision: 63854
This commit is contained in:
Gustavo Sverzut Barbieri 2011-10-05 22:55:18 +00:00
parent ab188c657c
commit 55bad5c8f6
1 changed files with 1 additions and 0 deletions

View File

@ -328,6 +328,7 @@ _elm_ews_wm_add_cb(void *data __UNUSED__, int type __UNUSED__, void *event_info)
x = (sw - w) / 2;
y = (sh - h) / 2;
ecore_evas_move(ee, x, y);
ecore_evas_focus_set(ee, EINA_TRUE);
return EINA_TRUE;
}