[empathy] empathy_contact_audio_call_menu_item_activated: use empathy_call_factory_new_call_with_streams
- From: Guillaume Desmottes <gdesmott src gnome org>
- To: svn-commits-list gnome org
- Subject: [empathy] empathy_contact_audio_call_menu_item_activated: use empathy_call_factory_new_call_with_streams
- Date: Mon, 18 May 2009 11:21:42 -0400 (EDT)
commit 74d04392b3aadeee49fc7012d2647f631ed69ac6
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date: Mon May 18 14:37:09 2009 +0100
empathy_contact_audio_call_menu_item_activated: use empathy_call_factory_new_call_with_streams
---
libempathy-gtk/empathy-contact-menu.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/libempathy-gtk/empathy-contact-menu.c b/libempathy-gtk/empathy-contact-menu.c
index 9f66f10..740e382 100644
--- a/libempathy-gtk/empathy-contact-menu.c
+++ b/libempathy-gtk/empathy-contact-menu.c
@@ -147,7 +147,7 @@ empathy_contact_audio_call_menu_item_activated (GtkMenuItem *item,
EmpathyCallFactory *factory;
factory = empathy_call_factory_get ();
- empathy_call_factory_new_call (factory, contact);
+ empathy_call_factory_new_call_with_streams (factory, contact, TRUE, FALSE);
}
GtkWidget *
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]