diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-04-11 21:11:06 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-04-11 21:11:06 +0800 |
commit | a0a612ae36134189ebb1de3647eca79e45d749e7 (patch) | |
tree | 40cccdcab90e0564454642d5e2fe141d654684c7 /src/empathy-call-chandler.c | |
parent | 8099574fb1fd23c010bf4e36f0d56d480f256284 (diff) | |
download | gsoc2013-empathy-a0a612ae36134189ebb1de3647eca79e45d749e7.tar gsoc2013-empathy-a0a612ae36134189ebb1de3647eca79e45d749e7.tar.gz gsoc2013-empathy-a0a612ae36134189ebb1de3647eca79e45d749e7.tar.bz2 gsoc2013-empathy-a0a612ae36134189ebb1de3647eca79e45d749e7.tar.lz gsoc2013-empathy-a0a612ae36134189ebb1de3647eca79e45d749e7.tar.xz gsoc2013-empathy-a0a612ae36134189ebb1de3647eca79e45d749e7.tar.zst gsoc2013-empathy-a0a612ae36134189ebb1de3647eca79e45d749e7.zip |
Update for new API
svn path=/trunk/; revision=907
Diffstat (limited to 'src/empathy-call-chandler.c')
-rw-r--r-- | src/empathy-call-chandler.c | 5 |
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); |