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 /libempathy | |
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 'libempathy')
-rw-r--r-- | libempathy/empathy-call-factory.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-call-factory.c b/libempathy/empathy-call-factory.c index 4ec3e976b..281434cbe 100644 --- a/libempathy/empathy-call-factory.c +++ b/libempathy/empathy-call-factory.c @@ -167,7 +167,7 @@ empathy_call_factory_class_init ( object_class->finalize = empathy_call_factory_finalize; signals[NEW_STREAMED_MEDIA_HANDLER] = - g_signal_new ("new-call-handler", + g_signal_new ("new-streamed-media-handler", G_TYPE_FROM_CLASS (empathy_call_factory_class), G_SIGNAL_RUN_LAST, 0, NULL, NULL, |