telepathyClient: add a missing "new"
This commit is contained in:
parent
aa91491730
commit
c224e019fe
@ -347,7 +347,7 @@ ContactManager.prototype = {
|
||||
let uri = GLib.filename_to_uri(file, null);
|
||||
iconBox.child = textureCache.load_uri_async(uri, iconBox._size, iconBox._size);
|
||||
} else {
|
||||
iconBox.child = St.Icon({ icon_name: 'stock_person',
|
||||
iconBox.child = new St.Icon({ icon_name: 'stock_person',
|
||||
icon_type: St.IconType.FULLCOLOR,
|
||||
icon_size: iconBox._size });
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user