aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2008-11-22 00:15:21 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2008-11-22 00:15:21 +0800
commited1625139eab107417d964573bdc5cd1243964d9 (patch)
tree90b0343f2cc2bf9fffeab7721d21dcb752073a0f /libempathy-gtk
parent825607ce45c9aa7a07044318369f2e6bc245e756 (diff)
downloadgsoc2013-empathy-ed1625139eab107417d964573bdc5cd1243964d9.tar
gsoc2013-empathy-ed1625139eab107417d964573bdc5cd1243964d9.tar.gz
gsoc2013-empathy-ed1625139eab107417d964573bdc5cd1243964d9.tar.bz2
gsoc2013-empathy-ed1625139eab107417d964573bdc5cd1243964d9.tar.lz
gsoc2013-empathy-ed1625139eab107417d964573bdc5cd1243964d9.tar.xz
gsoc2013-empathy-ed1625139eab107417d964573bdc5cd1243964d9.tar.zst
gsoc2013-empathy-ed1625139eab107417d964573bdc5cd1243964d9.zip
Actually stop a file transfer if in the ft manager when requested. (Jonny Lamb)
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1761
Diffstat (limited to 'libempathy-gtk')
-rw-r--r--libempathy-gtk/empathy-ft-manager.c3
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);
}