[gnome-shell] search: Fix adding items to icon grids
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] search: Fix adding items to icon grids
- Date: Wed, 30 Oct 2013 17:07:50 +0000 (UTC)
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]