[gnome-shell] remoteSearch: We do not need a fallback for createIcon



commit 6075332f2f53357a8698f15e3e932fd2ce157736
Author: Tanner Doshier <doshitan gmail com>
Date:   Thu Aug 16 21:22:22 2012 -0500

    remoteSearch: We do not need a fallback for createIcon
    
    Remote providers no longer have access to a grid layout, where an icon is
    a requirement. If they don't specify an icon, don't create one.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=681797

 js/ui/remoteSearch.js |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/js/ui/remoteSearch.js b/js/ui/remoteSearch.js
index f10205a..2c954d3 100644
--- a/js/ui/remoteSearch.js
+++ b/js/ui/remoteSearch.js
@@ -196,9 +196,7 @@ const RemoteSearchProvider = new Lang.Class({
                                               width, height, rowStride, size);
         }
 
-        // Ugh, but we want to fall back to something ...
-        return new St.Icon({ icon_name: 'text-x-generic',
-                             icon_size: size });
+        return null;
     },
 
     _getResultsFinished: function(results, error) {



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