From e3e5702a683c468ccc1742515b4033f32c7d1083 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Sat, 29 Sep 2007 12:08:45 +0000 Subject: Initial Voice+Video support Fixes bug #468204 (Elliot Fairweather, Xavier 2007-09-29 Xavier Claessens * libempathy-gtk/empathy-call-window.c: * libempathy-gtk/empathy-call-window.h: * libempathy-gtk/empathy-contact-list-view.c: * libempathy-gtk/empathy-call-window.glade: * libempathy-gtk/Makefile.am: * libempathy-gtk/empathy-chat-window.c: * src/empathy-call-chandler.c: * src/empathy-call.chandler: * src/org.gnome.Empathy.Call.service.in: * src/Makefile.am: * libempathy/empathy-utils.c: * libempathy/empathy-utils.h: * libempathy/empathy-tp-call.c: * libempathy/empathy-tp-call.h: * libempathy/Makefile.am: * libempathy/tp-stream-engine.xml: * configure.ac: * doc/libempathy-gtk/libempathy-gtk-docs.sgml: * doc/libempathy/libempathy.types: * doc/libempathy/libempathy-docs.sgml: * doc/libempathy/Makefile.am: * doc/libempathy/tmpl/empathy-utils.sgml: Initial Voice+Video support Fixes bug #468204 (Elliot Fairweather, Xavier Claessens). svn path=/trunk/; revision=339 --- libempathy-gtk/empathy-chat-window.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'libempathy-gtk/empathy-chat-window.c') diff --git a/libempathy-gtk/empathy-chat-window.c b/libempathy-gtk/empathy-chat-window.c index 29fe5a521..41402f252 100644 --- a/libempathy-gtk/empathy-chat-window.c +++ b/libempathy-gtk/empathy-chat-window.c @@ -883,9 +883,7 @@ chat_window_call_activate_cb (GtkWidget *menuitem, chat = EMPATHY_PRIVATE_CHAT (priv->current_chat); contact = empathy_private_chat_get_contact (chat); - /* FIXME: See contact_list_view_voip_activated() to know how to - * call a contact. We need a function to call a contact and use - * it here and in EmpathyContactListView. */ + empathy_call_contact (contact); } } -- cgit v1.2.3