keyboard: Make input source items accessible

https://bugzilla.gnome.org/show_bug.cgi?id=684462
This commit is contained in:
Florian Müllner 2012-09-20 15:02:49 +02:00
parent 2815889090
commit d0a77b7e0c

View File

@ -177,6 +177,7 @@ const LayoutMenuItem = new Lang.Class({
this.indicator = new St.Label({ text: shortName });
this.addActor(this.label);
this.addActor(this.indicator);
this.actor.label_actor = this.label;
}
});