[gnome-shell] telepathyContact: Fix presence information



commit 8e661c3780d783527a55882f5b9eefe1cd2f61b8
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Fri Jun 3 16:07:29 2011 -0400

    telepathyContact: Fix presence information
    
    An incorrect signal handler signature broke presence handling in master.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=651138

 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 9c00cf9..42fd16f 100644
--- a/js/ui/telepathyClient.js
+++ b/js/ui/telepathyClient.js
@@ -327,7 +327,7 @@ Source.prototype = {
         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;
 
         if (this._presence == presence)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]