]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-new-call-dialog.c
empathy_call_new_with_streams: remove initial_audio arg
[empathy.git] / libempathy-gtk / empathy-new-call-dialog.c
index d96d0bb5be944f02817912f074c5287c11222770..e981be279e02a009e17e3c030d3b16e6c680d8b1 100644 (file)
@@ -84,7 +84,7 @@ empathy_new_call_dialog_response (GtkDialog *dialog,
   g_assert (contact != NULL);
 
   empathy_call_new_with_streams (empathy_contact_get_id (contact),
-      empathy_contact_get_account (contact), TRUE,
+      empathy_contact_get_account (contact),
       response_id == RESPONSE_VIDEO, empathy_get_current_action_time ());
 
   g_object_unref (individual);