aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-call-chandler.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/empathy-call-chandler.c')
-rw-r--r--src/empathy-call-chandler.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/empathy-call-chandler.c b/src/empathy-call-chandler.c
index 07b992ea1..313fe73c6 100644
--- a/src/empathy-call-chandler.c
+++ b/src/empathy-call-chandler.c
@@ -47,13 +47,12 @@ weak_notify (gpointer data,
static void
new_channel_cb (EmpathyChandler *chandler,
- TpConn *connection,
- TpChan *channel,
+ TpChannel *channel,
MissionControl *mc)
{
EmpathyTpCall *call;
- call = empathy_tp_call_new (connection, channel);
+ call = empathy_tp_call_new (channel);
empathy_call_window_new (call);
g_object_unref (call);