gdm: Fix property typo
Introduced by cc6744055f0a6a009baf68e2e0faff9b8a1043cd
This commit is contained in:
parent
bafe34696d
commit
51bdc44352
@ -626,7 +626,7 @@ const LoginDialog = new Lang.Class({
|
||||
this.parent({ shellReactive: true,
|
||||
styleClass: 'login-dialog',
|
||||
parentActor: parentActor,
|
||||
shouldFade: false });
|
||||
shouldFadeIn: false });
|
||||
this.connect('destroy',
|
||||
Lang.bind(this, this._onDestroy));
|
||||
this.connect('opened',
|
||||
|
Loading…
x
Reference in New Issue
Block a user