[gnome-shell/gbsneto/new-lock-screen-part2: 27/34] unlockDialog: Show clock when canceling or failing auth



commit 1f6cef1d5b32163e0571aeda46366bbe5e6e869d
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Fri Nov 29 16:14:26 2019 -0300

    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 2a52bf3bda..d481faa330 100644
--- a/js/ui/unlockDialog.js
+++ b/js/ui/unlockDialog.js
@@ -599,6 +599,7 @@ var UnlockDialog = GObject.registerClass({
     }
 
     _fail() {
+        this._showClock();
         this.emit('failed');
     }
 


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