[empathy] callback is for handler no TfChannel



commit cd494555f232b36409361f4a35cdd8b35cd9ed63
Author: Olivier Crête <olivier crete collabora co uk>
Date:   Tue Sep 1 14:59:51 2009 -0400

    callback is for handler no TfChannel

 src/empathy-call-window.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/empathy-call-window.c b/src/empathy-call-window.c
index fed71b9..f28afa5 100644
--- a/src/empathy-call-window.c
+++ b/src/empathy-call-window.c
@@ -1312,7 +1312,8 @@ empathy_call_window_disconnected (EmpathyCallWindow *self)
 
 
 static void
-empathy_call_window_channel_closed_cb (TfChannel *channel, gpointer user_data)
+empathy_call_window_channel_closed_cb (EmpathyCallHandler *handler,
+    gpointer user_data)
 {
   EmpathyCallWindow *self = EMPATHY_CALL_WINDOW (user_data);
   EmpathyCallWindowPriv *priv = GET_PRIV (self);



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