Group chat sources on the left in the message tray

This will make it easier for users to get back to their chats.

https://bugzilla.gnome.org/show_bug.cgi?id=617234
This commit is contained in:
Hellyna Ng
2010-12-31 05:09:56 +08:00
committed by Marina Zhurakhinskaya
parent 0e4a47c0aa
commit 6c55ca59b0
2 changed files with 14 additions and 1 deletions

View File

@ -455,6 +455,8 @@ Source.prototype = {
_init: function(accountPath, connPath, channelPath, targetHandle, targetHandleType, targetId) {
MessageTray.Source.prototype._init.call(this, targetId);
this.isChat = true;
this._accountPath = accountPath;
let connName = Telepathy.pathToName(connPath);