diff options
author | Emilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk> | 2011-02-19 01:05:33 +0800 |
---|---|---|
committer | Emilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk> | 2011-06-09 17:20:05 +0800 |
commit | 3c218b8490700d973fb049037e37c3a3e58c11f7 (patch) | |
tree | c49e335106fb90affeb845576139073360375252 /src/empathy-call-handler.c | |
parent | 3c325292c4321da02ee0bc44a047202905767cc2 (diff) | |
download | gsoc2013-empathy-3c218b8490700d973fb049037e37c3a3e58c11f7.tar gsoc2013-empathy-3c218b8490700d973fb049037e37c3a3e58c11f7.tar.gz gsoc2013-empathy-3c218b8490700d973fb049037e37c3a3e58c11f7.tar.bz2 gsoc2013-empathy-3c218b8490700d973fb049037e37c3a3e58c11f7.tar.lz gsoc2013-empathy-3c218b8490700d973fb049037e37c3a3e58c11f7.tar.xz gsoc2013-empathy-3c218b8490700d973fb049037e37c3a3e58c11f7.tar.zst gsoc2013-empathy-3c218b8490700d973fb049037e37c3a3e58c11f7.zip |
Use the new empathy_call_create_call_request thoroughly
Diffstat (limited to 'src/empathy-call-handler.c')
-rw-r--r-- | src/empathy-call-handler.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy-call-handler.c b/src/empathy-call-handler.c index a99bf61e5..5dd548229 100644 --- a/src/empathy-call-handler.c +++ b/src/empathy-call-handler.c @@ -893,7 +893,7 @@ empathy_call_handler_start_call (EmpathyCallHandler *handler, g_assert (priv->contact != NULL); account = empathy_contact_get_account (priv->contact); - request = empathy_call_factory_create_call_request (priv->contact, + request = empathy_call_create_call_request (priv->contact, priv->initial_audio, priv->initial_video); req = tp_account_channel_request_new (account, request, timestamp); |