[gnome-shell/wip/re-search: 129/151] appDisplay: Don't use icons in results for settings
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/re-search: 129/151] appDisplay: Don't use icons in results for settings
- Date: Thu, 1 Nov 2012 16:59:23 +0000 (UTC)
commit ca38e05ed46c92bba2f746d2588fb7b6763b7629
Author: Tanner Doshier <doshitan gmail com>
Date: Thu Aug 16 21:28:13 2012 -0500
appDisplay: Don't use icons in results for settings
The search results are not necessarily improved by including icons, so don't.
https://bugzilla.gnome.org/show_bug.cgi?id=681797
js/ui/appDisplay.js | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/js/ui/appDisplay.js b/js/ui/appDisplay.js
index 64817bb..69d18ac 100644
--- a/js/ui/appDisplay.js
+++ b/js/ui/appDisplay.js
@@ -382,9 +382,7 @@ const SettingsSearchProvider = new Lang.Class({
let pref = prefs[i];
metas.push({ 'id': pref,
'name': pref.get_name(),
- 'createIcon': function(size) {
- return pref.create_icon_texture(size);
- }
+ 'createIcon': function(size) { return; }
});
}
callback(metas);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]