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:
Alejandro Piñeiro
2012-03-15 19:04:54 +01:00
parent 7c25dead17
commit 06354a8c9a
2 changed files with 15 additions and 0 deletions

View File

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