GNOME Bugzilla – Bug 318026
[PATCH] Focus appropriate field in password dialog.
Last modified: 2005-10-07 00:25:38 UTC
Will attach a patch that focuses the last empty field in the password dialog. This is usually the field that the user will want to fill in. For example the smb gnome-vfs method fills in (guesses at) username and domain. In most cases these will be correct and the user should just need to type in the password without tabbing to that entry.
Created attachment 53061 [details] [review] Patch to fix the problem
2005-10-07 Nate Nielsen <nielsen@memberwebs.com> * libgnomeui/gnome-password-dialog.c: (dialog_show_callback) Focus the first non-empty field. Bug #318026