remoteSearch: Actually return icons
Since commit 3b1330880f
, a remote search result's createIcon() method
no longer returns the created icon, whoops ...
https://gitlab.gnome.org/GNOME/gnome-shell/issues/249
This commit is contained in:
parent
18312d9ccd
commit
220514d10e
@ -295,7 +295,7 @@ var RemoteSearchProvider = new Lang.Class({
|
|||||||
name: metas[i]['name'],
|
name: metas[i]['name'],
|
||||||
description: metas[i]['description'],
|
description: metas[i]['description'],
|
||||||
createIcon: size => {
|
createIcon: size => {
|
||||||
this.createIcon(size, metas[i]);
|
return this.createIcon(size, metas[i]);
|
||||||
},
|
},
|
||||||
clipboardText: metas[i]['clipboardText'] });
|
clipboardText: metas[i]['clipboardText'] });
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user