diff --git a/js/ui/appDisplay.js b/js/ui/appDisplay.js index ac2860a89..9520832f0 100644 --- a/js/ui/appDisplay.js +++ b/js/ui/appDisplay.js @@ -383,9 +383,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() { return null; } }); } callback(metas);