From 46aa70aa09e922d493986ccae1cd319ae207f57b Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Sun, 17 Mar 2013 15:40:57 -0400 Subject: [PATCH] searchDisplay: Add an accessible name to the provider icon https://bugzilla.gnome.org/show_bug.cgi?id=696007 --- js/ui/searchDisplay.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/ui/searchDisplay.js b/js/ui/searchDisplay.js index d93a0b75c..469d9e959 100644 --- a/js/ui/searchDisplay.js +++ b/js/ui/searchDisplay.js @@ -579,6 +579,7 @@ const ProviderIcon = new Lang.Class({ this.parent({ style_class: 'search-provider-icon', reactive: true, can_focus: true, + accessible_name: provider.appInfo.get_name(), track_hover: true }); this._content = new St.Widget({ layout_manager: new Clutter.BinLayout() });