[gnome-shell] [telepathy] fix a bug in a last-second fix to the notification changes
- From: Dan Winship <danw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] [telepathy] fix a bug in a last-second fix to the notification changes
- Date: Wed, 19 May 2010 20:55:08 +0000 (UTC)
commit b6a47cdf7674b23bb5946d7abc294dd842d9a63c
Author: Dan Winship <danw gnome org>
Date: Wed May 19 16:52:34 2010 -0400
[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 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/telepathyClient.js b/js/ui/telepathyClient.js
index 7fc48b4..bf42663 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] = [];
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]