From c3ae7279ecee96a63c9d4132ee2bd2f5a30ca1da Mon Sep 17 00:00:00 2001 From: Jonny Lamb Date: Fri, 21 Nov 2008 16:15:32 +0000 Subject: Changed order of closing channel and cancelling socket transfers. (Jonny Lamb) Signed-off-by: Jonny Lamb svn path=/trunk/; revision=1764 --- libempathy/empathy-file.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libempathy') diff --git a/libempathy/empathy-file.c b/libempathy/empathy-file.c index ffab4d2ea..491cf87cb 100644 --- a/libempathy/empathy-file.c +++ b/libempathy/empathy-file.c @@ -898,9 +898,9 @@ empathy_file_cancel (EmpathyFile *file) priv = GET_PRIV (file); - g_cancellable_cancel (priv->cancellable); - tp_cli_channel_run_close (priv->channel, -1, NULL, NULL); + + g_cancellable_cancel (priv->cancellable); } void -- cgit v1.2.3