telepathyContact: Fix presence information

An incorrect signal handler signature broke presence handling in master.

https://bugzilla.gnome.org/show_bug.cgi?id=651138
This commit is contained in:
Jasper St. Pierre 2011-06-03 16:07:29 -04:00
parent a03b6c419a
commit 8e661c3780

View File

@ -327,7 +327,7 @@ Source.prototype = {
this._channel.send_message_async(msg, 0, null); this._channel.send_message_async(msg, 0, null);
}, },
_presenceChanged: function (contact, presence, type, status, message) { _presenceChanged: function (contact, presence, status, message) {
let msg, shouldNotify, title; let msg, shouldNotify, title;
if (this._presence == presence) if (this._presence == presence)