[gnome-control-center/wip/oholy/username-hint] users: Show username hint immediately



commit 7f010f3138aac9ed91ffa67693a6ef17f4d135cd
Author: Ondrej Holy <oholy redhat com>
Date:   Wed Jan 22 10:40:37 2020 +0100

    users: Show username hint immediately
    
    Changes made by GNOME/gnome-control-center!359 caused that the username
    hint ("This will be used to name your home folder and can’t be changed.")
    is not shown immediately after opening the "Add User" dialog. This change
    was unwanted. Let's show the hint immediately after opening the dialog as
    it was before.

 panels/user-accounts/cc-add-user-dialog.c | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/panels/user-accounts/cc-add-user-dialog.c b/panels/user-accounts/cc-add-user-dialog.c
index 07c1edfdb..0b955c17e 100644
--- a/panels/user-accounts/cc-add-user-dialog.c
+++ b/panels/user-accounts/cc-add-user-dialog.c
@@ -1577,6 +1577,7 @@ cc_add_user_dialog_init (CcAddUserDialog *self)
         self->local_password_mode = ACT_USER_PASSWORD_MODE_SET_AT_LOGIN;
         dialog_validate (self);
         update_password_strength (self);
+        local_username_timeout (self);
 
         enterprise_check_domain (self);
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]