diff --git a/js/gdm/loginDialog.js b/js/gdm/loginDialog.js index 9acb01c68..baddc22cd 100644 --- a/js/gdm/loginDialog.js +++ b/js/gdm/loginDialog.js @@ -464,6 +464,7 @@ var LoginDialog = GObject.registerClass({ child: notListedLabel, reactive: true, x_align: Clutter.ActorAlign.START, + label_actor: notListedLabel, }); this._notListedButton.connect('clicked', this._hideUserListAskForUsernameAndBeginVerification.bind(this));