[gnome-shell] searchDisplay: Add an accessible name to the provider icon



commit 46aa70aa09e922d493986ccae1cd319ae207f57b
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Sun Mar 17 15:40:57 2013 -0400

    searchDisplay: Add an accessible name to the provider icon
    
    https://bugzilla.gnome.org/show_bug.cgi?id=696007

 js/ui/searchDisplay.js |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/js/ui/searchDisplay.js b/js/ui/searchDisplay.js
index d93a0b7..469d9e9 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() });


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]