[gnome-shell/wip/carlosg/grabs-pt2: 5/22] authPrompt: Make actor reactive
- From: Marge Bot <marge-bot src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/carlosg/grabs-pt2: 5/22] authPrompt: Make actor reactive
- Date: Sat, 29 Jan 2022 01:05:25 +0000 (UTC)
commit 81179bbf84ca174848b29e96a49c37b2965f7c0e
Author: Carlos Garnacho <carlosg gnome org>
Date: Tue Jan 25 18:09:05 2022 +0100
authPrompt: Make actor reactive
The actor is non-reactive, but has a key event handler to handle
the Esc key on the auth prompt. Mark this actor as reactive, so
it can handle the events.
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2045>
js/gdm/authPrompt.js | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/js/gdm/authPrompt.js b/js/gdm/authPrompt.js
index 66cd71e2e4..01ece6bd05 100644
--- a/js/gdm/authPrompt.js
+++ b/js/gdm/authPrompt.js
@@ -55,6 +55,7 @@ var AuthPrompt = GObject.registerClass({
vertical: true,
x_expand: true,
x_align: Clutter.ActorAlign.CENTER,
+ reactive: true,
});
this.verificationStatus = AuthPromptStatus.NOT_VERIFYING;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]