[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:
parent
8b242dd4bd
commit
b6a47cdf76
@ -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] = [];
|
||||
|
Loading…
Reference in New Issue
Block a user