[gnome-shell/wip/carlosg/grabs-pt2: 11/25] authPrompt: Make actor reactive
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/carlosg/grabs-pt2: 11/25] authPrompt: Make actor reactive
- Date: Tue, 25 Jan 2022 17:24:34 +0000 (UTC)
commit 49838436a1a7e92c3747dbb6879d9cd413cb1355
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.
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]