remoteSearch: fix a typo in createIcon
4288761235
changed the method to always
create a GIcon, but didn't pass it down to the StIcon constructor.
https://bugzilla.gnome.org/show_bug.cgi?id=691750
This commit is contained in:
@@ -199,7 +199,7 @@ const RemoteSearchProvider = new Lang.Class({
|
|||||||
bitsPerSample, width, height, rowStride);
|
bitsPerSample, width, height, rowStride);
|
||||||
}
|
}
|
||||||
|
|
||||||
return new St.Icon({ gicon: Gio.icon_new_for_string(meta['gicon']),
|
return new St.Icon({ gicon: gicon,
|
||||||
icon_size: size });
|
icon_size: size });
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user