[gnome-shell/gbsneto/new-lock-screen-part2: 36/43] unlockDialog: Show clock when canceling or failing auth
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/gbsneto/new-lock-screen-part2: 36/43] unlockDialog: Show clock when canceling or failing auth
- Date: Thu, 30 Jan 2020 15:21:55 +0000 (UTC)
commit 3ac6acab845dce9c5aa5a8c4ed93d86cef4ab77e
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 64c94a357f..ec81febce4 100644
--- a/js/ui/unlockDialog.js
+++ b/js/ui/unlockDialog.js
@@ -585,6 +585,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]