GNOME Bugzilla – Bug 677954
user-accounts: Properly fill the join prompt dialog
Last modified: 2012-06-13 18:20:54 UTC
The join prompt for administrative credentials wasn't being prefilled with the administrator name the first time. In addition errors were shown the first time, which should only be shown on later iterations.
Created attachment 216213 [details] [review] user-accounts: Properly fill the join prompt dialog When prompting users for administrative domain credentials, correctly fill the dialog the first time the prompt is shown.
Review of attachment 216213 [details] [review]: ::: panels/user-accounts/um-account-dialog.c @@ +92,3 @@ GtkEntry *join_name; GtkEntry *join_password; + gint join_prompts; Do we need to count here, or could this just be a boolean ?
Created attachment 216254 [details] [review] user-accounts: Properly fill the join prompt dialog Sure, it could be a boolean. I don't really care either way. Here you go.
pushed as 2589fcfb19683c9d02da835deab9d4a1c45c2c4e