From: barbieri Date: Wed, 5 Oct 2011 22:55:18 +0000 (+0000) Subject: ews: focus news windows. X-Git-Tag: REL_F_I9500_20120323_1~17^2~1696 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5966a4df7455e6bdb9143cea0cb337011a51f54e;p=framework%2Fuifw%2Felementary.git ews: focus news windows. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@63854 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/elu_ews_wm.c b/src/lib/elu_ews_wm.c index de8fcfa..528e801 100644 --- a/src/lib/elu_ews_wm.c +++ b/src/lib/elu_ews_wm.c @@ -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; }