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:
parent
a03b6c419a
commit
8e661c3780
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user