From 18e765fd857e0767aa43b4c6dc459c4a49216e18 Mon Sep 17 00:00:00 2001 From: Jonny Lamb Date: Fri, 24 Apr 2009 22:36:11 +0100 Subject: Removed empathy_tp_file_close as it was a duplicate of _cancel. Signed-off-by: Jonny Lamb --- src/empathy-ft-manager.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/empathy-ft-manager.c') diff --git a/src/empathy-ft-manager.c b/src/empathy-ft-manager.c index d3d22fbd8..87531f0fe 100644 --- a/src/empathy-ft-manager.c +++ b/src/empathy-ft-manager.c @@ -447,7 +447,7 @@ ft_manager_remove_file_from_model (EmpathyFTManager *ft_manager, if (update_selection) gtk_tree_selection_select_iter (selection, &iter); - empathy_tp_file_close (tp_file); + empathy_tp_file_cancel (tp_file); } static gboolean -- cgit v1.2.3