[gnome-shell] a11y: setting label actor for endSessionDialog.ListItem
- From: Alejandro PiÃeiro Iglesias <apinheiro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] a11y: setting label actor for endSessionDialog.ListItem
- Date: Thu, 23 Aug 2012 09:43:34 +0000 (UTC)
commit 58ff5c6cc62ff01de5e246b8f0be9b1abb145181
Author: Alejandro PiÃeiro <apinheiro igalia com>
Date: Wed Jun 6 11:36:28 2012 +0200
a11y: setting label actor for endSessionDialog.ListItem
https://bugzilla.gnome.org/show_bug.cgi?id=677503
js/ui/endSessionDialog.js | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/js/ui/endSessionDialog.js b/js/ui/endSessionDialog.js
index 28f4a44..d9f9893 100644
--- a/js/ui/endSessionDialog.js
+++ b/js/ui/endSessionDialog.js
@@ -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 });
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]