From 3f28e2304aab16ad6d68054a19dcbfdd5c75e7c8 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Mon, 9 Aug 2010 14:57:08 +0200 Subject: empathy_call_factory_new_call_with_streams: remove callback arg If you want to handle the channel yourself then use TpAccountChannelRequest. --- libempathy-gtk/empathy-individual-menu.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libempathy-gtk/empathy-individual-menu.c') diff --git a/libempathy-gtk/empathy-individual-menu.c b/libempathy-gtk/empathy-individual-menu.c index d3770d115..c3edf06c7 100644 --- a/libempathy-gtk/empathy-individual-menu.c +++ b/libempathy-gtk/empathy-individual-menu.c @@ -284,7 +284,7 @@ empathy_individual_audio_call_menu_item_activated (GtkMenuItem *item, g_return_if_fail (EMPATHY_IS_CONTACT (contact)); empathy_call_factory_new_call_with_streams (contact, TRUE, FALSE, - gtk_get_current_event_time (), NULL, NULL); + gtk_get_current_event_time (), NULL); g_object_unref (contact); } @@ -327,7 +327,7 @@ empathy_individual_video_call_menu_item_activated (GtkMenuItem *item, g_return_if_fail (EMPATHY_IS_CONTACT (contact)); empathy_call_factory_new_call_with_streams (contact, TRUE, TRUE, - gtk_get_current_event_time (), NULL, NULL); + gtk_get_current_event_time (), NULL); g_object_unref (contact); } -- cgit v1.2.3