From b50604d070e31733879d439e49af289db75c77d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Pi=C3=B1eiro?= Date: Fri, 24 Aug 2012 17:27:31 +0200 Subject: [PATCH] a11y: set a proper label for the "Show Applications" dash button https://bugzilla.gnome.org/show_bug.cgi?id=682366 --- js/ui/dash.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/ui/dash.js b/js/ui/dash.js index 6fcd70de6..b4de3ea5f 100644 --- a/js/ui/dash.js +++ b/js/ui/dash.js @@ -251,6 +251,7 @@ const ShowAppsIcon = new Lang.Class({ this.setChild(this.toggleButton); this.setHover(false); + this.toggleButton.label_actor = this.label; }, _createIcon: function(size) {