ScreenShield: fix regression in GDM greeter
The initial state of the lock screen is HIDDEN, and hideLockScreen enforces that now, so reflect it in Clutter state too. https://bugzilla.gnome.org/show_bug.cgi?id=692948
This commit is contained in:
parent
ac0bd3b116
commit
5c4570fcaa
@ -454,6 +454,7 @@ const ScreenShield = new Lang.Class({
|
||||
reactive: true,
|
||||
can_focus: true,
|
||||
name: 'lockScreenGroup',
|
||||
visible: false,
|
||||
});
|
||||
this._lockScreenGroup.connect('key-release-event',
|
||||
Lang.bind(this, this._onLockScreenKeyRelease));
|
||||
|
Loading…
Reference in New Issue
Block a user