a11y: setting label actor for endSessionDialog.ListItem

https://bugzilla.gnome.org/show_bug.cgi?id=677503
This commit is contained in:
Alejandro Piñeiro 2012-06-06 11:36:28 +02:00
parent 3902e8bff0
commit 58ff5c6cc6

View File

@ -160,6 +160,7 @@ const ListItem = new Lang.Class({
this._descriptionLabel = new St.Label({ text: this._reason,
style_class: 'end-session-dialog-app-list-item-description' });
this.actor.label_actor = this._nameLabel;
textLayout.add(this._descriptionLabel,
{ expand: true,
x_fill: true });