From b6a47cdf7674b23bb5946d7abc294dd842d9a63c Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Wed, 19 May 2010 16:52:34 -0400 Subject: [PATCH] [telepathy] fix a bug in a last-second fix to the notification changes https://bugzilla.gnome.org/show_bug.cgi?id=619044 --- js/ui/telepathyClient.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] = [];