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:
Giovanni Campagna 2013-01-31 16:56:24 +01:00
parent ac0bd3b116
commit 5c4570fcaa

View File

@ -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));