From ce1b4b9f43abf4d016885cdc38b11b1d075e2bea Mon Sep 17 00:00:00 2001 From: Georges Basile Stavracas Neto Date: Fri, 29 Nov 2019 16:14:26 -0300 Subject: [PATCH] unlockDialog: Show clock when canceling or failing auth There is still a problem of focus not going to the entry after the first cancel, but it seems to work fine otherwise. https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/872 --- js/ui/unlockDialog.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/ui/unlockDialog.js b/js/ui/unlockDialog.js index bf41fb4ef..4104e855a 100644 --- a/js/ui/unlockDialog.js +++ b/js/ui/unlockDialog.js @@ -586,6 +586,7 @@ var UnlockDialog = GObject.registerClass({ } _fail() { + this._showClock(); this.emit('failed'); }