diff options
author | Emilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk> | 2011-02-03 23:30:39 +0800 |
---|---|---|
committer | Emilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk> | 2011-02-09 23:34:41 +0800 |
commit | c61ceefda501caad3efc8cad84662972d3652baa (patch) | |
tree | 96ea0a8d1b8d23d8c0d80c03ce737ce6ec5b2a14 /src/empathy-av.c | |
parent | 6e2db2cf4831d586d3db73ea431d6c6d18668286 (diff) | |
download | gsoc2013-empathy-c61ceefda501caad3efc8cad84662972d3652baa.tar gsoc2013-empathy-c61ceefda501caad3efc8cad84662972d3652baa.tar.gz gsoc2013-empathy-c61ceefda501caad3efc8cad84662972d3652baa.tar.bz2 gsoc2013-empathy-c61ceefda501caad3efc8cad84662972d3652baa.tar.lz gsoc2013-empathy-c61ceefda501caad3efc8cad84662972d3652baa.tar.xz gsoc2013-empathy-c61ceefda501caad3efc8cad84662972d3652baa.tar.zst gsoc2013-empathy-c61ceefda501caad3efc8cad84662972d3652baa.zip |
::new-call-handler -> ::new-streamed-media-handler
Diffstat (limited to 'src/empathy-av.c')
-rw-r--r-- | src/empathy-av.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy-av.c b/src/empathy-av.c index 29d2efadb..6aef1fdd1 100644 --- a/src/empathy-av.c +++ b/src/empathy-av.c @@ -88,7 +88,7 @@ activate_cb (GApplication *application) g_assert (call_factory == NULL); call_factory = empathy_call_factory_initialise (); - g_signal_connect (G_OBJECT (call_factory), "new-call-handler", + g_signal_connect (G_OBJECT (call_factory), "new-streamed-media-handler", G_CALLBACK (new_call_handler_cb), NULL); if (!empathy_call_factory_register (call_factory, &error)) |