gdm: Fix property typo

Introduced by cc6744055f
This commit is contained in:
Rico Tzschichholz 2012-09-19 12:11:25 +02:00
parent bafe34696d
commit 51bdc44352

View File

@ -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',