summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2019-02-07 11:20:51 -0500
committerRay Strode <rstrode@redhat.com>2019-02-07 12:57:48 -0500
commit0a4be01ab18206f48e859f480b0f9fd271e137cb (patch)
tree0e5381e4344c906d198d06f0078e4cae1dc48d3e
parenta1f117e5202976bf5f83cb3529997b43ede4b7e8 (diff)
downloadgnome-shell-wip/timed-login-fix.tar.gz
loginDialog: hide user list when starting timed loginwip/timed-login-fix
If the timeout fires and we're starting timed login, we should hide the user list, in case the login process needs to show the user any messages on the auth prompt.
-rw-r--r--js/gdm/loginDialog.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/gdm/loginDialog.js b/js/gdm/loginDialog.js
index 02f5b4565..597fdbba8 100644
--- a/js/gdm/loginDialog.js
+++ b/js/gdm/loginDialog.js
@@ -1083,6 +1083,7 @@ var LoginDialog = GObject.registerClass({
() => {
this._timedLoginBatch = null;
+ this._hideUserList();
this._greeter.call_begin_auto_login_sync(userName, null);
}];