mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
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
853c81eb62
commit
ffc0eb1de2
1 changed files with 1 additions and 1 deletions
|
|
@ -295,7 +295,7 @@ var RemoteSearchProvider = new Lang.Class({
|
|||
name: metas[i]['name'],
|
||||
description: metas[i]['description'],
|
||||
createIcon: size => {
|
||||
this.createIcon(size, metas[i]);
|
||||
return this.createIcon(size, metas[i]);
|
||||
},
|
||||
clipboardText: metas[i]['clipboardText'] });
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue