Give the entry widget focus when showing the entry dialog.

SVN revision: 33297
This commit is contained in:
Christopher Michael 2007-12-30 15:26:33 +00:00
parent 882c779674
commit b3e92e4213
1 changed files with 1 additions and 0 deletions

View File

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