[gnome-shell] gdm: Make UserList accessible



commit f7826616b866ea353d21fc3fb6a4f172d3319bc4
Author: Florian MÃllner <fmuellner gnome org>
Date:   Mon Sep 24 19:06:09 2012 +0200

    gdm: Make UserList accessible
    
    https://bugzilla.gnome.org/show_bug.cgi?id=684728

 js/gdm/loginDialog.js |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/js/gdm/loginDialog.js b/js/gdm/loginDialog.js
index 9de707b..fa1c1c8 100644
--- a/js/gdm/loginDialog.js
+++ b/js/gdm/loginDialog.js
@@ -105,6 +105,7 @@ const UserListItem = new Lang.Class({
         layout.add(textLayout, { expand: true });
 
         this._nameLabel = new St.Label({ style_class: 'login-dialog-user-list-item-name' });
+        this.actor.label_actor = this._nameLabel;
         textLayout.add(this._nameLabel,
                        { y_fill: false,
                          y_align: St.Align.MIDDLE,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]