Give the entry widget focus when showing the entry dialog.

SVN revision: 33297
devs/princeamd/enlightenment-0.17-elive
Christopher Michael 15 years ago
parent 882c779674
commit b3e92e4213
  1. 1
      src/bin/e_entry_dialog.c

@ -60,6 +60,7 @@ e_entry_dialog_show(const char *title, const char *icon, const char *text,
e_win_centered_set(dia->win, 1);
e_dialog_show(dia);
e_widget_focus_set(ed->entry, 1);
return ed;
}

Loading…
Cancel
Save