[gnome-shell] gdm: Make SessionList accessible



commit 6a739afd259a0487e9294afacae35a8f3d4bea02
Author: Ray Strode <rstrode redhat com>
Date:   Mon Sep 24 21:06:55 2012 -0400

    gdm: Make SessionList accessible
    
    https://bugzilla.gnome.org/show_bug.cgi?id=684748

 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 fa1c1c8..5d1b6c0 100644
--- a/js/gdm/loginDialog.js
+++ b/js/gdm/loginDialog.js
@@ -472,6 +472,7 @@ const SessionListItem = new Lang.Class({
 
         let label = new St.Label({ style_class: 'login-dialog-session-list-item-label',
                                    text: name });
+        this.actor.label_actor = label;
 
         this._box.add_actor(label);
     },



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