ews: focus news windows.
authorGustavo Sverzut Barbieri <barbieri@gmail.com>
Wed, 5 Oct 2011 22:55:18 +0000 (22:55 +0000)
committerGustavo Sverzut Barbieri <barbieri@gmail.com>
Wed, 5 Oct 2011 22:55:18 +0000 (22:55 +0000)
SVN revision: 63854

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;
 }