[gnome-shell] search: Fix adding items to icon grids



commit e630fec63a36c124fac9de01ba3e7e967de91b3b
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Wed Oct 30 13:06:56 2013 -0400

    search: Fix adding items to icon grids

 js/ui/search.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/search.js b/js/ui/search.js
index 4fb03ee..4ce6f94 100644
--- a/js/ui/search.js
+++ b/js/ui/search.js
@@ -498,7 +498,7 @@ const GridSearchResults = new Lang.Class({
     },
 
     _addItem: function(display) {
-        this._grid.addItem(display.actor);
+        this._grid.addItem(display);
     },
 
     getFirstResult: function() {


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