[gnome-shell] keyboard: Make input source items accessible
- From: Florian MÃllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] keyboard: Make input source items accessible
- Date: Thu, 20 Sep 2012 17:59:52 +0000 (UTC)
commit d0a77b7e0c2e3f9edc0b52d227f6880bf052a535
Author: Florian MÃllner <fmuellner gnome org>
Date: Thu Sep 20 15:02:49 2012 +0200
keyboard: Make input source items accessible
https://bugzilla.gnome.org/show_bug.cgi?id=684462
js/ui/status/keyboard.js | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/js/ui/status/keyboard.js b/js/ui/status/keyboard.js
index d4fe7e4..fb9e0c9 100644
--- a/js/ui/status/keyboard.js
+++ b/js/ui/status/keyboard.js
@@ -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;
}
});
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]