a11y: setting a proper name for Activities button

https://bugzilla.gnome.org/show_bug.cgi?id=670312
This commit is contained in:
Alejandro Piñeiro 2012-02-17 18:16:53 +01:00
parent f4b58f35ba
commit e37574510e

View File

@ -614,6 +614,8 @@ const ActivitiesButton = new Lang.Class({
this._label = new St.Label({ text: _("Activities") }); this._label = new St.Label({ text: _("Activities") });
container.add_actor(this._label); container.add_actor(this._label);
this.actor.label_actor = this._label;
this._hotCorner = new Layout.HotCorner(); this._hotCorner = new Layout.HotCorner();
container.add_actor(this._hotCorner.actor); container.add_actor(this._hotCorner.actor);