mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
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
This commit is contained in:
parent
c5d8484e19
commit
6075332f2f
1 changed files with 1 additions and 3 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue