[gnome-shell] a11y: setting label actor for endSessionDialog.ListItem



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]