gdm: Make SessionList accessible

https://bugzilla.gnome.org/show_bug.cgi?id=684748
This commit is contained in:
Ray Strode 2012-09-24 21:06:55 -04:00 committed by Florian Müllner
parent 506490e32d
commit 6a739afd25

View File

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