From 6a739afd259a0487e9294afacae35a8f3d4bea02 Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Mon, 24 Sep 2012 21:06:55 -0400 Subject: [PATCH] gdm: Make SessionList accessible https://bugzilla.gnome.org/show_bug.cgi?id=684748 --- js/gdm/loginDialog.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/gdm/loginDialog.js b/js/gdm/loginDialog.js index fa1c1c80b..5d1b6c062 100644 --- a/js/gdm/loginDialog.js +++ b/js/gdm/loginDialog.js @@ -472,6 +472,7 @@ const SessionListItem = new Lang.Class({ let label = new St.Label({ style_class: 'login-dialog-session-list-item-label', text: name }); + this.actor.label_actor = label; this._box.add_actor(label); },