diff --git a/js/ui/telepathyClient.js b/js/ui/telepathyClient.js index 7fc48b42d..bf42663e9 100644 --- a/js/ui/telepathyClient.js +++ b/js/ui/telepathyClient.js @@ -406,7 +406,7 @@ ContactManager.prototype = { let info = this._connections[conn.getPath()]; if (!info) - info = this.addConnection(conn); + info = this.addConnection(conn.getPath()); if (!info.icons[handle]) info.icons[handle] = [];