gdm: Make SessionList accessible
https://bugzilla.gnome.org/show_bug.cgi?id=684748
This commit is contained in:
parent
506490e32d
commit
6a739afd25
@ -472,6 +472,7 @@ const SessionListItem = new Lang.Class({
|
|||||||
|
|
||||||
let label = new St.Label({ style_class: 'login-dialog-session-list-item-label',
|
let label = new St.Label({ style_class: 'login-dialog-session-list-item-label',
|
||||||
text: name });
|
text: name });
|
||||||
|
this.actor.label_actor = label;
|
||||||
|
|
||||||
this._box.add_actor(label);
|
this._box.add_actor(label);
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user