searchDisplay: Add an accessible name to the provider icon

https://bugzilla.gnome.org/show_bug.cgi?id=696007
This commit is contained in:
Jasper St. Pierre 2013-03-17 15:40:57 -04:00
parent 41cf447c45
commit 46aa70aa09

View File

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