dash: Make the dash items accessible

https://bugzilla.gnome.org/show_bug.cgi?id=685313
This commit is contained in:
Jasper St. Pierre 2012-10-03 02:20:17 -03:00
parent 36e5ae4a25
commit 06e5c25383

View File

@ -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;