diff options
Diffstat (limited to 'libempathy-gtk/empathy-ft-manager.c')
-rw-r--r-- | libempathy-gtk/empathy-ft-manager.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libempathy-gtk/empathy-ft-manager.c b/libempathy-gtk/empathy-ft-manager.c index bb511cd94..daf38fc88 100644 --- a/libempathy-gtk/empathy-ft-manager.c +++ b/libempathy-gtk/empathy-ft-manager.c @@ -971,8 +971,7 @@ ft_manager_stop (EmpathyFTManager *ft_manager) empathy_contact_get_name (empathy_file_get_contact (file)), empathy_file_get_filename (file)); -/* empathy_file_cancel (ft, EMPATHY_TP_FILE_TRANSFER_STATE_CHANGE_REASON_LOCAL_STOPPED);*/ - /* cancel file transfer here */ + empathy_file_cancel (file); g_value_unset (&val); } |