diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/empathy-ft-manager.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/empathy-ft-manager.c b/src/empathy-ft-manager.c index ee580b385..e84495079 100644 --- a/src/empathy-ft-manager.c +++ b/src/empathy-ft-manager.c @@ -436,6 +436,8 @@ 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); } static gboolean |