[gnome-shell] dash: Make the dash items accessible



commit 06e5c253838e9e8b174eb47f30cd3bdfb6d80297
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Wed Oct 3 02:20:17 2012 -0300

    dash: Make the dash items accessible
    
    https://bugzilla.gnome.org/show_bug.cgi?id=685313

 js/ui/dash.js |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/js/ui/dash.js b/js/ui/dash.js
index 53894a7..215bd6f 100644
--- a/js/ui/dash.js
+++ b/js/ui/dash.js
@@ -51,6 +51,7 @@ const DashItemContainer = new Lang.Class({
         this.label = new St.Label({ style_class: 'dash-label'});
         this.label.hide();
         Main.layoutManager.addChrome(this.label);
+        this.actor.label_actor = this.label;
 
         this.child = null;
         this._childScale = 1;



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