From 06e5c253838e9e8b174eb47f30cd3bdfb6d80297 Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Wed, 3 Oct 2012 02:20:17 -0300 Subject: [PATCH] dash: Make the dash items accessible https://bugzilla.gnome.org/show_bug.cgi?id=685313 --- js/ui/dash.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/ui/dash.js b/js/ui/dash.js index 53894a71b..215bd6f35 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;