From de7f1fe51aed7cb5b81d85d6bbb73d50b4f7de0b Mon Sep 17 00:00:00 2001 From: Sjoerd Simons Date: Fri, 9 Jan 2009 16:12:11 +0000 Subject: Use the new dispatcher api to request text channels Signed-off-by: Sjoerd Simons svn path=/trunk/; revision=2131 --- libempathy-gtk/empathy-contact-list-view.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libempathy-gtk/empathy-contact-list-view.c') diff --git a/libempathy-gtk/empathy-contact-list-view.c b/libempathy-gtk/empathy-contact-list-view.c index f9fbce92f..5e83f3b63 100644 --- a/libempathy-gtk/empathy-contact-list-view.c +++ b/libempathy-gtk/empathy-contact-list-view.c @@ -542,7 +542,7 @@ contact_list_view_row_activated (GtkTreeView *view, if (contact) { DEBUG ("Starting a chat"); - empathy_dispatcher_chat_with_contact (contact); + empathy_dispatcher_chat_with_contact (contact, NULL, NULL); g_object_unref (contact); } } @@ -571,7 +571,7 @@ contact_list_view_voip_activated_cb (EmpathyCellRendererActivatable *cell, -1); if (contact) { - empathy_dispatcher_call_with_contact (contact); + empathy_dispatcher_call_with_contact (contact, NULL, NULL); g_object_unref (contact); } } -- cgit v1.2.3