a11y: userMenu: support for IMStatus combobox and
suspend/power-off label https://bugzilla.gnome.org/show_bug.cgi?id=671404
This commit is contained in:
@ -57,6 +57,7 @@ const IMStatusItem = new Lang.Class({
|
||||
this._icon.icon_name = iconName;
|
||||
|
||||
this.label = new St.Label({ text: label });
|
||||
this.actor.label_actor = this.label;
|
||||
this.addActor(this.label);
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user