[telepathy] fix a bug in a last-second fix to the notification changes

https://bugzilla.gnome.org/show_bug.cgi?id=619044
This commit is contained in:
Dan Winship 2010-05-19 16:52:34 -04:00
parent 8b242dd4bd
commit b6a47cdf76

View File

@ -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] = [];