From de7aeaacedd7b4698ab92645187a61ff2e8b2b39 Mon Sep 17 00:00:00 2001 From: Jonny Lamb Date: Fri, 21 Nov 2008 16:19:48 +0000 Subject: Removed empathy_send_file_with_file_chooser_and_manager and made file transfers always use the manager. (Jonny Lamb) Signed-off-by: Jonny Lamb svn path=/trunk/; revision=1832 --- libempathy-gtk/empathy-contact-menu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libempathy-gtk/empathy-contact-menu.c') diff --git a/libempathy-gtk/empathy-contact-menu.c b/libempathy-gtk/empathy-contact-menu.c index 0a2b5eccb..fb01052a1 100644 --- a/libempathy-gtk/empathy-contact-menu.c +++ b/libempathy-gtk/empathy-contact-menu.c @@ -196,7 +196,7 @@ static void contact_file_transfer_menu_item_activate_cb (EmpathyContact *contact) { g_return_if_fail (EMPATHY_IS_CONTACT (contact)); - empathy_send_file_with_file_chooser_and_manager (contact); + empathy_send_file_with_file_chooser (contact); } GtkWidget * -- cgit v1.2.3