EFM - "Open with" dialog: entry should steal focus at start so that strange things don't happen when pressing the space bar.

Fixes #471.


SVN revision: 48548
This commit is contained in:
Chidambar Zinnoury 2010-05-02 14:47:11 +00:00
parent 60ae3759de
commit ae97144aa9
1 changed files with 1 additions and 1 deletions

View File

@ -1906,7 +1906,7 @@ _e_fwin_file_open_dialog(E_Fwin_Page *page, Eina_List *files, int always)
evas_object_event_callback_add(ot, EVAS_CALLBACK_KEY_DOWN, _e_fwin_file_open_dialog_cb_key_down, page);
e_dialog_show(dia);
e_dialog_border_icon_set(dia, "preferences-applications");
e_widget_focus_set(fad->o_entry, 0);
e_widget_focus_steal(fad->o_entry);
}
static void