ews: focus news windows.
authorbarbieri <barbieri@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 5 Oct 2011 22:55:18 +0000 (22:55 +0000)
committerbarbieri <barbieri@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 5 Oct 2011 22:55:18 +0000 (22:55 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@63854 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/elu_ews_wm.c

index de8fcfa..528e801 100644 (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;
 }