diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2014-02-24 14:33:55 +0100 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2014-02-26 10:32:36 +0100 |
commit | 1fd36e1e67a9c6cc3b0be6250809424045e56d20 (patch) | |
tree | 77371c23779243abc1a21b80a80b3c8283c7d70c /src | |
parent | 912bbee404f948ae85d8c5705857b7dde0595ea0 (diff) | |
download | empathy-1fd36e1e67a9c6cc3b0be6250809424045e56d20.tar.gz |
empathy_call_new_with_streams: remove initial_audio arg
We always pass TRUE.
https://bugzilla.gnome.org/show_bug.cgi?id=725070
Diffstat (limited to 'src')
-rw-r--r-- | src/empathy-call-handler.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/empathy-call-handler.c b/src/empathy-call-handler.c index 1c4939af1..9d8da00ae 100644 --- a/src/empathy-call-handler.c +++ b/src/empathy-call-handler.c @@ -933,8 +933,7 @@ empathy_call_handler_start_call (EmpathyCallHandler *handler, account = empathy_contact_get_account (priv->contact); request = empathy_call_create_call_request ( - empathy_contact_get_id (priv->contact), - priv->initial_audio, priv->initial_video); + empathy_contact_get_id (priv->contact), priv->initial_video); req = tp_account_channel_request_new (account, request, timestamp); |