[gnome-shell/wip/re-search: 128/151] remoteSearch: We do not need a fallback for createIcon
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/re-search: 128/151] remoteSearch: We do not need a fallback for createIcon
- Date: Thu, 1 Nov 2012 16:59:18 +0000 (UTC)
commit 9841e56ebf721876274691f92cd0aa9f54b9ef24
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 2db7583..6fcd6ff 100644
--- a/js/ui/remoteSearch.js
+++ b/js/ui/remoteSearch.js
@@ -130,9 +130,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]