diff options
author | Olivier CrĂȘte <olivier.crete@collabora.co.uk> | 2009-09-02 02:59:51 +0800 |
---|---|---|
committer | Olivier CrĂȘte <olivier.crete@collabora.co.uk> | 2009-09-02 05:14:43 +0800 |
commit | cd494555f232b36409361f4a35cdd8b35cd9ed63 (patch) | |
tree | 35c09318f01f95a962fed47a446f08e8c512335c | |
parent | 43ce322dd93f7294affa1847c6f311f7be176d67 (diff) | |
download | gsoc2013-empathy-cd494555f232b36409361f4a35cdd8b35cd9ed63.tar gsoc2013-empathy-cd494555f232b36409361f4a35cdd8b35cd9ed63.tar.gz gsoc2013-empathy-cd494555f232b36409361f4a35cdd8b35cd9ed63.tar.bz2 gsoc2013-empathy-cd494555f232b36409361f4a35cdd8b35cd9ed63.tar.lz gsoc2013-empathy-cd494555f232b36409361f4a35cdd8b35cd9ed63.tar.xz gsoc2013-empathy-cd494555f232b36409361f4a35cdd8b35cd9ed63.tar.zst gsoc2013-empathy-cd494555f232b36409361f4a35cdd8b35cd9ed63.zip |
callback is for handler no TfChannel
-rw-r--r-- | 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 fed71b995..f28afa50e 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); |